From 84fdadf1e8fb5d3557d61f9f8d44d51a0103ff46 Mon Sep 17 00:00:00 2001 From: Stan Date: Wed, 3 Dec 2025 20:48:10 -0500 Subject: [PATCH] changement du glitch a 2.5 sec --- www/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/script.js b/www/js/script.js index 3dbc314..f25617a 100644 --- a/www/js/script.js +++ b/www/js/script.js @@ -95,7 +95,7 @@ function timerGlitch(){ { document.getElementById('logoAccueil').setAttribute('src', 'images/LogoALT-F4_Nav.svg') } - }, 1000); + }, 2500); } window.onload = function () {