Update index.html

This commit is contained in:
Degradin 2025-01-20 23:42:09 +03:00
parent 668dcd9cf7
commit 88305581ca

View File

@ -239,6 +239,10 @@
console.log("Получено сообщение:", messages);
location.reload();
});
// Обновляем страницу каждые 30 секунд
setInterval(() => {
location.reload();
}, 30000);
</script>
</body>
</html>