-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
64 lines (64 loc) · 1.58 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
<!doctype HTML>
<html>
<head>
<title>Error 404</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="manifest" href="manifest.json">
<link rel="me" href="https://mstdn.social/@experiencersinternational">
<link rel="me" href="https://masto.ai/@splatoon">
<link rel="me" href="https://wetdry.world/@splatoon">
<link rel="me" href="https://i.calckey.cloud/@experiencer">
</head>
<style>
p, li {
font-size: 4vw;
}
a, a:link, a:visited, a:hover, a:active {
color: white;
}
body {
background-color: black;
color: white;
font-family: Inter;
}
.head {
background-color: rgba(35, 35, 35, 1);
text-align: left;
width: 100%;
padding: 4px;
right: 8px;
}
.title {
padding: 0.5em;
font-family: Inter 800, sans-serif;
font-size: 10vw;
}
.monotext {
font-family: Roboto Mono, Inter, sans-serif;
}
.smallparagraph {
font-size: 2.5vw;
}
.box {
background-color: rgba(35, 35, 35, 1);
width: 92vw;
right: 4vw;
border-radius: 8vw;
}
.padding {
padding: 0.5em;
}
.leftalign {
text-align: left;
}
.centeralign {
text-align: center;
}
</style>
<body>
<p class="monotext centeralign">Error 404</p>
<p class="centeralign smallparagraph">We couldn't find the page that you were looking for. Try checking that you used the correct spelling. Else, you can <a href="https://experiencersinternational.github.io/">return to the main page</a> to try and find the page you were looking for.</p>
</body>
</html>