goofy
This commit is contained in:
parent
ecb322bb31
commit
4d634f1cf5
23
404.html
23
404.html
@ -6,9 +6,28 @@
|
|||||||
<link rel="icon" type="image/png" sizes="16x16" href="404-Favicon/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="404-Favicon/favicon-16x16.png">
|
||||||
<link rel="manifest" href="404-Favicon/site.webmanifest">
|
<link rel="manifest" href="404-Favicon/site.webmanifest">
|
||||||
<title>404</title>
|
<title>404</title>
|
||||||
|
<style>
|
||||||
|
h1 {text-align: center;}
|
||||||
|
p {text-align: center;}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>404</h1>
|
<h1 style="font-size: 60px;">404</h1>
|
||||||
<p>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>
|
||||||
|
<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>
|
</body>
|
||||||
|
<style>
|
||||||
|
.center {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</html>
|
</html>
|
BIN
imgs/goofy.gif
Normal file
BIN
imgs/goofy.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
BIN
imgs/wah wah sound.mp3
Normal file
BIN
imgs/wah wah sound.mp3
Normal file
Binary file not shown.
BIN
imgs/wah wah sound.webm
Normal file
BIN
imgs/wah wah sound.webm
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user