Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatAnnoyingKid committed Jul 21, 2024
1 parent 5541016 commit e8bb029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added fishSound.mp3
Binary file not shown.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<button id = 'button' type="button">BUTTON</button>
<script>
let audio = new Audio("fishMusic.mp3");
let goofed = new Audio("fishSound.mp3");
audio.loop = true;
let audioPlaying = false;
window.addEventListener('load', function() {
Expand Down Expand Up @@ -164,6 +165,7 @@
'https://toms.toys',
]
async function handleClick() {
goofed.play();
var why = Math.floor(Math.random() * bruh.length);
window.open(bruh[why], '_blank').focus();
}
Expand Down

0 comments on commit e8bb029

Please sign in to comment.