Skip to content

Commit

Permalink
erm what the sigma
Browse files Browse the repository at this point in the history
  • Loading branch information
SprintingSnail69 authored Dec 19, 2024
1 parent 2e39979 commit 296bba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added audio/what-the-sigma.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 @@ -75,6 +75,7 @@ <h1 class="head">CoolSounds</h1>
<button onclick="playSound('sound52')">Pluh</button>
<button onclick="playSound('sound53')">Linganguliguli</button>
<button onclick="playSound('sound54')">Taco Bell</button>
<button onclick="playSound('sound55')">What The Sigma</button>
<!--copy this: <button onclick="playSound('sound')"></button> -->
<!-- Add more buttons as needed -->

Expand Down Expand Up @@ -116,6 +117,7 @@ <h1 class="head">CoolSounds</h1>
<audio class="Audio" id="sound52" src="audio/pluh-sound.mp3"></audio>
<audio class="Audio" id="sound53" src="audio/linganguliguli.mp3"></audio>
<audio class="Audio" id="sound54" src="audio/tacobell.mp3"></audio>
<audio class="Audio" id="sound55" src="audio/what-the-sigma.mp3"></audio>
<!--copy this: <audio class="Audio" id="sound" src="audio/"></audio> -->
<!--Add more audio like above-->

Expand Down

0 comments on commit 296bba5

Please sign in to comment.