-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
44 lines (39 loc) · 1.47 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!--404 error page-->
<!DOCTYPE html>
<html lang="en"
<head>
<title>uh oh 404 not found?? omg</title>
<link rel="stylesheet" href="https://boogiehasfun.netlify.app/styles.css">
<link rel="icon" href="https://boogiehasfun.netlify.app/images/favicon.ico" type="image/x-icon">
<!--google fonts api call-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500;700&display=swap" rel="stylesheet">
</head>
<body style="background-color:hwb(231 16% 79%)">
<middle>
<h1>404 not found</h1>
<h2>uh oh you done found something <br>that <br> dont <br> exist <br>:(</h2>
<style>
a:visited {
color: rgb(111, 58, 255);
background-color: transparent;
text-decoration: none;
}
</style>
<relativepos>
<br>
<p>so jam to the music with this cat!:</p></middle>
<middle><h3><a href="https://boogiehasfun.netlify.app/">Return to home</a></h3></middle>
<div><img src="https://boogiehasfun.netlify.app/cat-jam.gif" alt="catjam 8)"</div>
<br>
<br>
<br>
</relativepos>
<absolutepos>
<audio controls>
<source src="https://boogiehasfun.netlify.app/$30Hair.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</absolutepos>
</body>