Update index.html

This commit is contained in:
TheErrorExe 2025-01-06 19:57:06 +01:00 committed by GitHub
parent 9be1b762d3
commit fcc59e5bd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,6 +135,9 @@
setTimeout(() => { setTimeout(() => {
tntBlock.style.backgroundImage = "url('tnt-explode.png')"; tntBlock.style.backgroundImage = "url('tnt-explode.png')";
tntGif.style.display = 'none'; // Entferne das GIF tntGif.style.display = 'none'; // Entferne das GIF
// Neuladen der Seite
location.reload();
}, 12000); // Warte 12 Sekunden (4s Sound + 7s Unsichtbarkeit + 1s GIF Anzeige) }, 12000); // Warte 12 Sekunden (4s Sound + 7s Unsichtbarkeit + 1s GIF Anzeige)
// Nach 11 Sekunden alle Elemente wieder sichtbar machen // Nach 11 Sekunden alle Elemente wieder sichtbar machen