-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
31 lines (31 loc) 路 817 Bytes
/
Copy path404.html
File metadata and controls
31 lines (31 loc) 路 817 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Error - Ferret's Corner</title>
<style>
@font-face {
font-family: basiic;
src: url(/fonts/basiic.ttf);
}
body{
padding: 0px 200px 0px 200px;
background-color: rgb(66, 6, 55);
color: rgb(250, 201, 255);
font-family: basiic, monospace;
}
h1{
font-size: 100px;
}
</style>
</head>
<body>
<h1>HTTP:/ 404</h1>
<h2>wow so scary an error</h2>
<p>yea either i've messed up my code, netlify is having a spasm, or you are having a spasm</p>
<p>just wait or smth idk</p>
<p>actually you probably just didnt type the right url</p>
<noscript>and you don't have javascript</noscript>
</body>
</html>