modified: 404.html
new file: imgs/silence.mp3
This commit is contained in:
parent
4d634f1cf5
commit
4d25463393
7
404.html
7
404.html
@ -16,10 +16,6 @@
|
|||||||
<p style="font-size: 30px;">I don't know how you got here but the page does not exist</p>
|
<p style="font-size: 30px;">I don't know how you got here but the page does not exist</p>
|
||||||
<br>
|
<br>
|
||||||
<img src="imgs/goofy.gif" alt="crying emoji" class="center" style="width: 220px;height: 220px;">
|
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<style>
|
<style>
|
||||||
@ -30,4 +26,7 @@
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script>
|
||||||
|
var myaudio = document.getElementById("audioID").autoplay = true;
|
||||||
|
</script>
|
||||||
</html>
|
</html>
|
BIN
imgs/silence.mp3
Normal file
BIN
imgs/silence.mp3
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user