dernier push avant finalisation

這個提交存在於:
Florian Ehr 2021-01-15 14:51:52 +01:00
父節點 3eab75a50a
當前提交 72074d1fb5

查看文件

@ -11,7 +11,7 @@ function handleLienCryptoClicked() {
audioPas.setAttribute("src", "../Sounds/pas_insaide.mp3"); audioPas.setAttribute("src", "../Sounds/pas_insaide.mp3");
audioPas.style.cssText = "z-index: -1; opacity: 0;"; audioPas.style.cssText = "z-index: -1; opacity: 0;";
body.appendChild(audioPas); body.appendChild(audioPas);
body.style.cssText = "animation : fondu 5s forwards" body.style.cssText = "animation : fondu 5s forwards";
setTimeout(() => { setTimeout(() => {
lienCrypto.setAttribute("href", "./crypto_seul.html"); lienCrypto.setAttribute("href", "./crypto_seul.html");