Old website fix

This commit is contained in:
Purplebored
2024-05-04 01:06:14 +02:00
parent ef5ed2d216
commit d6897f4e10
45 changed files with 966 additions and 0 deletions

11
old/easteregg/1.js Normal file
View File

@@ -0,0 +1,11 @@
document.addEventListener("DOMContentLoaded", function() {
var video = document.querySelector("video");
var instruction = document.getElementById("instruction");
document.addEventListener("click", function() {
video.play();
video.muted = false;
instruction.style.display = "none";
});
});
// JS file by purplebored