modified: 404.html

new file:   imgs/silence.mp3
This commit is contained in:
MrAlienBoiGithub 2022-11-07 21:15:37 -05:00
parent 4d634f1cf5
commit 4d25463393
2 changed files with 3 additions and 4 deletions

View File

@ -16,10 +16,6 @@
<p style="font-size: 30px;">I don't know how you got here but the page does not exist</p>
<br>
<img src="imgs/goofy.gif" alt="crying emoji" class="center" style="width: 220px;height: 220px;">
<audio autoplay>
<source src="imgs/wah wah sound.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
</body>
<style>
@ -30,4 +26,7 @@
width: 50%;
}
</style>
<script>
var myaudio = document.getElementById("audioID").autoplay = true;
</script>
</html>

BIN
imgs/silence.mp3 Normal file

Binary file not shown.