-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
62 lines (59 loc) · 2.32 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
<!DOCTYPE html>
<html>
<head>
<meta property="og:title" content="Glacier Dog Not Found">
<meta property="og:site_name" content="404">
<meta property="og:url" content="https://glacier.dog/">
<meta property="og:description" content="Enter The Void">
<meta property="og:type" content="website">
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/noblereign/noblereign.github.io/missing_content.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="Description" CONTENT="Oh, four oh four.">
<title>Uhhh.. meow?</title>
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.jsdelivr.net/gh/noblereign/noblereign.github.io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.jsdelivr.net/gh/noblereign/noblereign.github.io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.jsdelivr.net/gh/noblereign/noblereign.github.io/favicon-16x16.png">
<link rel="manifest" href="https://cdn.jsdelivr.net/gh/noblereign/noblereign.github.io/site.webmanifest">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/noblereign/noblereign.github.io/404.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700&display=swap');
a:link {
color: #ffd633;
background-color: transparent;
text-decoration: none;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
a:visited {
color: #ffd633;
background-color: transparent;
}
a:hover {
color: #e8e6e3;
background-color: transparent;
text-shadow: 0 0 6px #FFFFFF;
}
a:active {
color: #AAAAAA;
background-color: transparent;
text-shadow: 0 0 12px #FFFFFF;
}
</style>
</head>
<body>
<header>
<p>404</p>
<span id="splash">That wolf's not found.<br></span>
<a href="https://glacier.dog" onclick="window.top.location.href = 'https://glacier.dog';return false;">go back</a>
</header>
<footer>
<span>art by </span>
<a href="https://twitter.com/Frickle_">Meijer</a>
</footer>
<script src="404.js"></script>
</body>
</html>