-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
65 lines (61 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<title>Not Found (404) - millx.lol</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<style>
@font-face {
font-family: 'C';
font-weight: 500;
src: url('/assets/fonts/cr.ttf');
}
@font-face {
font-family: 'C';
font-weight: 900;
src: url('/assets/fonts/cb.ttf');
}
body {
background: #000;
font-family: 'C';
}
#notfound {
margin-top: calc(50vh - 75px - 6em);
text-align: center;
}
#notfound h1 {
font-size: 4em;
margin: 0;
color: #832535;
}
#notfound p {
font-size: 1.5em;
margin: 0;
color: #4B4B4B;
}
#notfound p a {
color: #999;
text-decoration: none;
transition: 0.3s color;
}
#notfound p a:hover {
color: #FFF;
}
#notfound h6 {
font-size: 1.25em;
margin: 0;
color: #333;
font-weight: 500;
}
</style>
</head>
<body>
<div id="notfound">
<img src="/assets/images/image0138ca.jpg
" />
<h1>404, not found.</h1>
<p>uh oh!! if you see this i probably messed something up, not cool.<p>
<p>unless i somehow messed up the landing page click <a href="/">here</a> to get redirected to the landing page, millx.lol</p>
</div>
</body>
</html>