-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
78 lines (59 loc) · 2.45 KB
/
Copy path404.html
File metadata and controls
78 lines (59 loc) · 2.45 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="https://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
404: Page not found · Hyde
</title>
<!-- CSS -->
<link rel="stylesheet" href="./public/css/poole.css">
<link rel="stylesheet" href="./public/css/hyde.css">
<!--link rel="stylesheet" href="./public/css/syntax.css"-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<!-- Icons -->
<link rel="shortcut icon" href="./public/images/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="atom.xml">
<!-- So sorry about this; Need to come up with an alternative here -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133673270-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-133673270-1');
</script>
</head>
<body>
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="/"> NextFive </a>
</h1>
<p class="lead">Facts, opinions, ideas</p>
</div>
<nav class="sidebar-nav">
<!--a class="sidebar-nav-item" href="/about/">Opinions / Ideas / Stories</a>
<a class="sidebar-nav-item" href="/topics">Posts by Topic</a-->
<a class=sidebar-nav-item href="./about">about</a><a class=sidebar-nav-item href="./ideas">ideas</a><a class=sidebar-nav-item href="./opinions">opinions</a><a class=sidebar-nav-item href="./projects">projects</a>
</nav>
<p>© Amit Kumar, 2018. </p>
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="./public/images/cc-80x15.png">
</a>
</br>
</div>
</div>
<!-- head, body and navigation to be generated using nav-template.html -->
<div class="content container">
<div class="page">
<h1 class="page-title">404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
</div>
</div>
</body>
</html>