-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
39 lines (31 loc) · 1.25 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<!--[if lt IE 9]>
<script src="/javascripts/html5shiv.min.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui" />
<!-- Use title if it's in the page YAML frontmatter -->
<title>Page not found · Readmill - </title>
<link href="stylesheets/normalize.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/all.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/png" href="images/favicon.ico" />
</head>
<body class="x404">
<header class="header clearfix">
<a class="readmill-logo-medium left" href="/">Readmill</a>
</header>
<section class="404">
<div class="wrap">
<div class="content">
<h1>Readmill is closed</h1>
<p>We can’t find this page for you because we shut down our servers. Please read our <a href="http://readmill.com">epilogue</a> to learn more.</p>
</div>
</div>
</section>
</body>
<script src="javascripts/all.js" type="text/javascript"></script>
</html>