-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
89 lines (65 loc) · 3.37 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
<!DOCTYPE html>
<html>
<head>
<title>
404 Page not found - domgreen
</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Dominic Green" />
<link rel="shortcut icon" type="image/x-icon" href="https://domgreen.com/img/favicon.ico">
<link rel="stylesheet" href="https://domgreen.com/style.min.a6cab246517742ad1189b209575fc61556550e663cdfe02a0aab0632b39e978b.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content=" Software Engineer @ <a href="https://improbable.io">Improbable</a> | Organiser <a href="https://twitter.com/londongophers">London Gophers</a> & <a href="https://twitter.com/prometheusldn">Prometheus London</a>
" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://domgreen.com/404.html" />
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content=" Software Engineer @ <a href="https://improbable.io">Improbable</a> | Organiser <a href="https://twitter.com/londongophers">London Gophers</a> & <a href="https://twitter.com/prometheusldn">Prometheus London</a>
">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content=" Software Engineer @ <a href="https://improbable.io">Improbable</a> | Organiser <a href="https://twitter.com/londongophers">London Gophers</a> & <a href="https://twitter.com/prometheusldn">Prometheus London</a>
"/>
<!--[if lte IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/classlist/1.1.20170427/classList.min.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html5shiv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dest/respond.min.js"></script>
<![endif]-->
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-11599296-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body>
<header>
<div class="avatar">
<img class="avatarMask" src="https://domgreen.com/img/domgreen.jpg">
<a href="https://domgreen.com"><img src="https://domgreen.com/img/avatar-border.svg"></a>
</div>
<h2><a class="author" href="https://domgreen.com">Dominic Green</a></h2>
</header>
<div class="main">
<div>
<h1>404 page not found.</h1>
<p><a href="https://domgreen.com">Go Home</a></p>
</div>
</div>
<footer>
<p>
© 2019 Dominic Green.
Powered by <a href="https://gohugo.io/">Hugo</a>
using the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
</p>
</footer>
</body>
</html>