Merge branch 'master' of https://git.etud.insa-toulouse.fr/bamarty/Projet_Prog_Web
This commit is contained in:
commit
5f2a347428
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function handleLienCryptoClicked() {
|
|||
audioPas.setAttribute("src", "../Sounds/pas_insaide.mp3");
|
||||
audioPas.style.cssText = "z-index: -1; opacity: 0;";
|
||||
body.appendChild(audioPas);
|
||||
body.style.cssText = "animation : fondu 5s forwards"
|
||||
body.style.cssText = "animation : fondu 5s forwards";
|
||||
|
||||
setTimeout(() => {
|
||||
lienCrypto.setAttribute("href", "./crypto_seul.html");
|
||||
|
|
Loading…
Reference in a new issue