Skip to content

Commit

Permalink
idek anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisCatLikesCrypto committed Mar 31, 2024
1 parent f12de0a commit c84a0d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added assets/idek-anymore.mp3
Binary file not shown.
5 changes: 3 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ function openTab(evt, tabName) {


async function easter(){
console.log("you found an easter egg. allow me to redirect...");
console.log("you found an easter egg. enjoy le sound");
await sleep(2000);
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
var audio = new Audio('assets/idek-anymore.mp3');
audio.play();
}

let keys = [];
Expand Down

0 comments on commit c84a0d5

Please sign in to comment.