This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path404.html
98 lines (88 loc) · 2.78 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A place for Freakybob.">
<meta content="Freakybob" property="og:title" />
<meta content="Why tf are you sending the 404 page?" property="og:description" />
<meta content="https://freakybob.site/404" property="og:url" />
<meta content="https://github.com/5quirre1/Freakybob.site/blob/main/Snapshots/Screenshot%202024-08-29%2012.38.20%20AM.png" property="og:image" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<title>404</title>
<link rel="icon" type="image/png" href="images/Freaky_Bob_404.png">
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
background-color: #ee0c9b;
font-family: 'Comic Sans MS', sans-serif;
}
body {
flex: 1;
text-align: center;
}
h1 {
color: #333;
padding: 20px;
background-color: #87cefa;
margin: 0;
border-bottom: 4px solid #e71292;
font-size: 2em;
}
footer {
padding: 15px;
background-color: #87cefa;
border-top: 4px solid #8e1386;
color: #333;
font-size: 1em;
margin-top: auto;
}
button {
background-color: #ffbb00;
border: none;
border-radius: 5px;
color: #333;
padding: 10px 20px;
font-size: 1em;
cursor: pointer;
margin-top: 20px;
}
button:hover {
background-color: #4bff3b;
transform: scale(1.10);
}
.gif {
margin-top: 20px;
margin-left: 519px;
}
@media screen and (max-width: 480px) {
h1 {
font-size: 1.5em;
padding: 15px;
}
h2 {
font-size: 1em;
}
button {
font-size: 0.9em;
padding: 8px 16px;
}
.music-item h3 {
font-size: 1em;
}
}
</style>
</head>
<body>
<h1>Oops! A 404 Page!</h1>
<p>How the fuck did you get here?</p>
<a href="https://freakybob.site"><button>Go to main page</button></a>
<img class="gif" src="https://media.tenor.com/2h9xhpYLKooAAAAi/furro.gif" width="400" height="400">
<a href="https://github.com/5quirre1/Freakybob.site/issues/new">Make an issue</a>
<audio autoplay loop><source src="audio/EEK!.ogg" type="audio/ogg"></audio>
</body>
</html>