forked from alexanderussell/progress-for-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
113 lines (68 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
404: Page not found · Progress
</title>
<!-- Social Metadata -->
<meta content="your_facebook_app_id" property="fb:app_id">
<meta content="Progress" property="og:site_name">
<meta content="Progress" property="og:title">
<meta content="website" property="og:type">
<meta content="" property="og:description">
<meta content="/img/logo.png" property="og:image">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@alexanderussell">
<meta name="twitter:creator" content="@alexanderussell">
<meta name="twitter:title" content="Progress">
<meta name="twitter:description" content="">
<link rel="stylesheet" href="/progress-for-jekyll/css/reset.css">
<link rel="stylesheet" href="/progress-for-jekyll/css/style.css">
<script src="/progress-for-jekyll/js/modernizr.js"></script>
</head>
<body>
<header class="header">
<h1>
<a href="http://alexanderussell.github.io/progress-for-jekyll/" title="Home">Progress</a>
</h1>
<nav>
<ul>
<li>
<a href="/progress-for-jekyll/"">Home</a>
</li>
<li>
<a href="/progress-for-jekyll/about"">About</a>
</li>
<li>
<a href="/progress-for-jekyll/archive"">Archive</a>
</li>
<li>
<a href="https://flattr.com/profile/alexanderussell"">Donate</a>
</li>
<li>
<a href="http://alexanderussell.org"">Alex Who?</a>
</li>
</ul>
</nav>
</header>
<main>
<div class="articles full-width">
<article>
<h1>404: Page not found</h1>
<p>Sorry, we’ve misplaced that URL or it’s pointing to something that doesn’t exist. <a href="/progress-for-jekyll/">Head back home</a> to try finding it again.</p>
</article>
</div>
</main>
<footer class="footer tc">
<small>
© 2016 Alex Russell
<br>
Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://alexanderussell.org/progress-for-jekyll/">Progress Theme</a>.
</small>
</footer>
<script src="/progress-for-jekyll/js/jquery-2.1.4.js"></script>
<script src="/progress-for-jekyll/js/main.js"></script>
</body>
</html>