From 0629af865693b667f48672155ac417f4fd28aa7b Mon Sep 17 00:00:00 2001 From: Degradin Date: Mon, 20 Jan 2025 23:53:20 +0300 Subject: [PATCH] Update index.html --- public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.html b/public/index.html index 587e3d5..7c820bb 100644 --- a/public/index.html +++ b/public/index.html @@ -235,6 +235,9 @@ } } + //Делаем плавную загрузку страницы + document.body.style.opacity = 1; + // Обновляем сайт каждые 5 секунд для получения актуальных данных setInterval(() => { window.location.reload();