Skip to content

Commit

Permalink
Something I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Sep 21, 2024
1 parent 942f19e commit cf4692a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ <h2>
if (document.getElementById("plant").innerHTML == " Click here for a secret!") {
location.href = './secret';
} else if (document.getElementById("plant").innerHTML == " :wackybox:") {
var wackybox = new Audio('wackybox.mp3');
var wackybox = new Audio('image_assets/wackybox.mp3');
wackybox.play();
} else if (document.getElementById("plant").innerHTML == " xoBssybA") {
let xScale = 100;
Expand Down Expand Up @@ -768,7 +768,7 @@ <h2>
document.getElementById("plant").innerHTML = " ≽(◕ ᴗ ◕)≼";
}
} else if (document.getElementById("plant").innerHTML == " Amen break 145bpm be like") {
var amen = new Audio('amen-break-145.mp3');
var amen = new Audio('image_assets/amen-break-145.mp3');
amen.play();
} else if (document.getElementById("plant").innerHTML == " Try Minecraft!") {
window.open("https://classic.minecraft.net", "_blank");
Expand Down

0 comments on commit cf4692a

Please sign in to comment.