-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
176 lines (88 loc) · 4.59 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Language" content="en">
<script data-ad-client="ca-pub-7171078376920665" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta name="author" content="Andy White">
<meta name="description" content="Andy White's personal website">
<meta name="keywords" content="blog,tech,developer,software,personal">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Andy White's personal website"/>
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Andy White's personal website" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://andywhite.xyz/404.html" />
<title>Andy White</title>
<link rel="canonical" href="https://andywhite.xyz/404.html">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
<link rel="preload" href="https://andywhite.xyz/fonts/forkawesome-webfont.woff2?v=1.1.7" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="https://andywhite.xyz/css/coder.min.2820a37f744ac42e009b94ca96854322661f7f7e573047962ce874e1228215e4.css" integrity="sha256-KCCjf3RKxC4Am5TKloVDImYff35XMEeWLOh04SKCFeQ=" crossorigin="anonymous" media="screen" />
<link rel="stylesheet" href="https://andywhite.xyz/css/coder-dark.min.89c82b6022b96f77aeb521b240daec4f87ea029d84d1c78b8acd0735b91b3c92.css" integrity="sha256-icgrYCK5b3eutSGyQNrsT4fqAp2E0ceLis0HNbkbPJI=" crossorigin="anonymous" media="screen" />
<link rel="icon" type="image/png" href="https://andywhite.xyz/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://andywhite.xyz/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="https://andywhite.xyz/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://andywhite.xyz/images/apple-touch-icon.png">
<meta name="generator" content="Hugo 0.110.0">
</head>
<body class="colorscheme-auto"
onload=""
>
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="https://andywhite.xyz/">
Andy White
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link" href="https://andywhite.xyz/posts/">Blog</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://andywhite.xyz/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://andywhite.xyz/about/">About</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Sorry, this page does not exist.<br />You can head back to <a href="https://andywhite.xyz/">homepage</a>.</p>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
</section>
</footer>
</main>
<script src="https://andywhite.xyz/js/dark-mode.min.c2d8a1f8f2660e4a46d776277c72695a1e0ca65939d79f754441d47551604af5.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MM3WH52FQF"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MM3WH52FQF', { 'anonymize_ip': false });
}
</script>
</body>
</html>