-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
147 lines (120 loc) · 4.16 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="404. o7" property="og:title">
<meta content="This page doesn't exist" property="og:description">
<meta content="https://Appolon.dev property=" og:url>
<meta content="https://appolon.dev/api/download/icon.webp"
property="og:image">
<meta content="#6b0000" data-react-helmet="true" name="theme-color">
<script>if (location.pathname !== location.pathname.toLowerCase()) { location.pathname = location.pathname.toLowerCase(); }</script>
<link rel="shortcut icon"
href="https://appolon.dev/api/download/icon.webp"
type="image/x-icon">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>404. o7</title>
<style>
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");
:root {
--backgroudColor: #1e1e1e;
}
* {
background-color: #1e1e1e !important;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: grid;
place-items: center;
min-height: 100vh;
}
.glitch {
color: white;
position: relative;
font-size: 150px;
font-weight: 700;
font-family: "Archivo Black", sans-serif;
}
.glitch:after,
.glitch:before {
content: "404";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--backgroudColor);
}
.glitch:before {
left: 2px;
clip: rect(24px, 550px, 90px, 0);
animation: glitch-animation 4s linear infinite alternate-reverse;
}
.glitch:after {
left: -2px;
clip: rect(85px, 550px, 140px, 0);
animation: glitch-animation 2s linear infinite alternate-reverse;
}
@keyframes glitch-animation {
0% {
clip: rect(3px, 9999px, 86px, 0)
}
6% {
clip: rect(27px, 9999px, 128px, 0)
}
13% {
clip: rect(35px, 9999px, 71px, 0)
}
20% {
clip: rect(10px, 9999px, 134px, 0)
}
26% {
clip: rect(23px, 9999px, 145px, 0)
}
33% {
clip: rect(40px, 9999px, 80px, 0)
}
40% {
clip: rect(33px, 9999px, 153px, 0)
}
46% {
clip: rect(50px, 9999px, 84px, 0)
}
53% {
clip: rect(57px, 9999px, 188px, 0)
}
60% {
clip: rect(79px, 9999px, 65px, 0)
}
66% {
clip: rect(21px, 9999px, 168px, 0)
}
73% {
clip: rect(62px, 9999px, 119px, 0)
}
80% {
clip: rect(4px, 9999px, 126px, 0)
}
86% {
clip: rect(10px, 9999px, 133px, 0)
}
93% {
clip: rect(51px, 9999px, 196px, 0)
}
to {
clip: rect(77px, 9999px, 73px, 0)
}
}
</style>
</head>
<body>
<h1 class="glitch">404</h1>
</body>
</html>