-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
116 lines (72 loc) · 3.25 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
<!DOCTYPE html>
<html lang="en-nz">
<head>
<meta charset="utf-8">
<title>404 Page not found | Ziggurat</title>
<meta name="description" content="Occasional ramblings about retro games, development, augmented reality and other random subjects.">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="180x180" href=https://ziggurat.co.nz/apple-touch-icon.png>
<link rel="icon" type="image/png" sizes="32x32" href=https://ziggurat.co.nz/favicon-32x32.png>
<link rel="icon" type="image/png" sizes="16x16" href=https://ziggurat.co.nz/favicon-16x16.png>
<link rel="manifest" href=https://ziggurat.co.nz/site.webmanifest>
<link rel="mask-icon" href=https://ziggurat.co.nz/safari-pinned-tab.svg color="#00416a">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<meta name="omgproof" content="proven.lol/df002d">
<link rel="me" href="mailto:[email protected]">
<link rel="stylesheet" href=https://ziggurat.co.nz/css/fonts.css />
<link rel="stylesheet" href=https://ziggurat.co.nz/css/style.css />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="sitelogo">
<a class="glyph" alt="Home" href="https://ziggurat.co.nz/"><img src=https://ziggurat.co.nz/images/Ziggurat%20Logo%20Symbol.svg alt="Site Logo" height="64px" width="64px"></a>
</div>
<header>
<nav>
<div id="page-nav">
<div class="page-nav-item">
<a href="https://ziggurat.co.nz/">Home</a>
</div>
<div class="page-nav-item">
<a href="/confidential/">
<span>Confidential Magazine</span>
</a>
</div>
<div class="page-nav-item">
<a href="/about/">
<span>About</span>
</a>
</div>
</div>
</nav>
<h1 class="post-title">404</h1>
</header>
<div id="content">
<section>
<h2>Whoops.</h2>
<p>
The page you were looking for doesn't exist. Would you like to <a href="https://ziggurat.co.nz/">go to the home page</a>?
</p>
</section>
</div>
<div id="footer">
<aside id="social">
<div id="social-icons">
<div class="icon-24x24">
<a class="glyph" alt="Email me" href="mailto:[email protected]"><img src=https://ziggurat.co.nz/icons/envelope.svg height="24px" width="24px"></a>
</div>
<div class="icon-24x24">
<a rel="me" class="glyph" alt="Mastodon profile" href="https://icosahedron.website/@nifta"><img src=https://ziggurat.co.nz/icons/mastodon.svg height="24px" width="24px"></a>
</div>
<div class="icon-24x24">
<a class="glyph" alt="GitHub profile" href="https://github.com/mikekeith"><img src=https://ziggurat.co.nz/icons/github.svg height="24px" width="24px"></a>
</div>
</div>
</aside>
<p class="copyright">
Copyright © 2022, Ziggurat Development Ltd
</p>
</div>
</body>
</html>