-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
71 lines (64 loc) · 1.98 KB
/
404.html
File metadata and controls
71 lines (64 loc) · 1.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Backlist</title>
<meta name="description" content="Historians recommend the books they love.">
<link rel="icon" type="image/x-icon" href="/favicon.png" />
<link rel="stylesheet" href="/css/main.css" />
</head>
<body>
<header>
<div class="site-header site-width">
<div class="logo">
<a href="/">
<img src="/images/logo.png" alt="Backlist" />
</a>
</div>
<nav class="links">
<ul>
<li><a href="/lists">Lists</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
</div>
</header>
<div class="page-content">
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</div>
<footer class="site-footer site-width">
<ul class="links">
<li><a href="/lists">Lists</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/about">About</a></li>
</ul>
<p>
Portions of Backlist are ©2015-16 by individual Backlist contributors.
Content is available under a <a href="http://creativecommons.org/licenses/by/4.0/">Create Commons Attribution 4.0 International License</a>.
</p>
<p>
Backlist was made by Advanced Clionautics LLC from 2015-2016.
</p>
</footer>
<script src="https://tinylytics.app/embed/XLVmCi5k7XbcJqwgAozB.js" defer></script>
</body>
</html>