From 88305581ca6ff1d7fc5e68f00fa72fcd863433ab Mon Sep 17 00:00:00 2001 From: Degradin Date: Mon, 20 Jan 2025 23:42:09 +0300 Subject: [PATCH] Update index.html --- public/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/index.html b/public/index.html index 84d9c6b..1f50d28 100644 --- a/public/index.html +++ b/public/index.html @@ -239,6 +239,10 @@ console.log("Получено сообщение:", messages); location.reload(); }); + // Обновляем страницу каждые 30 секунд + setInterval(() => { + location.reload(); + }, 30000); \ No newline at end of file