From fcc59e5bd6e88f8494ac53e99da0c5cfe2b7838a Mon Sep 17 00:00:00 2001 From: TheErrorExe <161362055+TheErrorExe@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:57:06 +0100 Subject: [PATCH] Update index.html --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 153d6c6..7d18209 100644 --- a/index.html +++ b/index.html @@ -135,6 +135,9 @@ setTimeout(() => { tntBlock.style.backgroundImage = "url('tnt-explode.png')"; tntGif.style.display = 'none'; // Entferne das GIF + + // Neuladen der Seite + location.reload(); }, 12000); // Warte 12 Sekunden (4s Sound + 7s Unsichtbarkeit + 1s GIF Anzeige) // Nach 11 Sekunden alle Elemente wieder sichtbar machen