-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
98 lines (81 loc) · 2.54 KB
/
404.html
File metadata and controls
98 lines (81 loc) · 2.54 KB
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
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>
<html lang="en">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Acid Fog 404">
<meta name="author" content="Acid Fog">
<link rel="apple-touch-icon" sizes="180x180" href="/fuckyou/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="theme-color" content="#ffffff">
<script defer src="https://analytics.edsmcserv.com/script.js" data-website-id="c71b9517-4ccf-4b70-a4db-e3e8f8debb33"></script>
<meta name="viewport" content="width=device-width, initial-scale=0.7">
<link rel="icon" type="image/x-icon" href="icon.png">
<title>YIKES!</title>
<style>
html {
margin: 0 auto;
padding: 0;
background: linear-gradient(to bottom, #444, #111);
}
body {
margin: 0;
}
.base {
display: grid;
height: 100dvh;
width: 100%;
place-items: center;
gap: 1rem;
text-align: center;
color: white;
/*overflow: hidden;*/
}
.info-container {
max-width: 90%;
text-wrap: wrap;
}
.info-container h1 {
font-size: 3rem;
color: lightcoral;
}
.info-container a {
text-decoration: dashed underline;
text-decoration-color: turquoise;
color: lightblue;
font-size: 2rem;
background-color: #1a1a1a;
padding: 1rem;
line-height: 6rem;
}
.hi {
height: 10dvh;
}
.hi img {
height: 100%;
max-width: 50%;
min-width: 100px;
float: right;
}
</style>
</head>
<body>
<div class="base">
<div class="info-container">
<h1>Error 404?!</h1>
<h2>Did you enter a wrong link on purpose? What? This isn't supposed to happen. LMK where you found this link? IDK. If this is a site from the links/navbar, it will be added shortly.</h2>
<a href="/">Return Home</a>
</div>
</div>
<div class="hi">
<a href="https://urotsuki.neocities.org/" target="_blank" style="text-decoration: none;">
<img src="/data/images/bucket/iseeyou.png" alt="I'm gonna getcha."/>
</a>
</div>
</body>
</html>