This commit is contained in:
MrAlienBoiGithub 2022-11-07 21:36:23 -05:00
parent 4d25463393
commit 9553759206

View File

@ -16,7 +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;">
</div>
</body> </body>
<style> <style>
.center { .center {
@ -26,7 +25,4 @@
width: 50%; width: 50%;
} }
</style> </style>
<script>
var myaudio = document.getElementById("audioID").autoplay = true;
</script>
</html> </html>