-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
50 lines (36 loc) · 1.39 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
<!doctype html>
<html>
<head>
<base href="/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="author" content="">
<meta name="description" content="">
<title>404 Page not found</title>
<meta name="generator" content="Hugo 0.44" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/pojoaque.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" rel="stylesheet" type="text/css">
<link href="https://blog.chriswoodham.me.uk/css/theme.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="page-container container-fluid">
<div class="col-md-3 menu">
<nav class="col-md-3">
<h3 class="home-link"><a href="https://blog.chriswoodham.me.uk">Root</a></h3>
<div id="last-posts" class="open">
<h3 data-open="last-posts">My New Hugo Site - Most recent posts</h3>
<ul>
</ul>
</div>
</nav>
</div>
<div class="col-md-9 content">
<p>Sorry, page not found ... :(</p>
<p><a href="/">Go to root</a></p>
</div>
</div>
<script src="https://blog.chriswoodham.me.uk/js/theme.min.js" type="text/javascript"></script>
</body>
</html>