small update
Deploy website / deploy (push) Successful in 3m11s

This commit is contained in:
Alfie King
2026-07-03 00:24:59 +01:00
parent cb7ec029eb
commit 936cadfea8
4 changed files with 13 additions and 4 deletions
+9
View File
@@ -103,4 +103,13 @@ document.getElementById("smileos-restart-music").addEventListener("click", async
music.loop = true;
music.volume = 0.2;
music.play();
});
document.getElementById("secret").addEventListener("click", function() {
click.play();
document.getElementById("smileos-window-title").innerHTML = "Secret :3";
document.getElementById("smileos-window-content").innerHTML = `
Well you found me, here's your <a class="red" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Prize</a> :3
`;
});