-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
39 lines (37 loc) · 832 Bytes
/
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
---
layout: default
sitemap: false
---
<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;
}
article {
display: block;
text-align: left;
width: 500px;
margin: 0 auto;
}
span[data-frown]:hover { margin-left: 0.1em; transform: rotate(90deg) translate(50%); display:inline-block; color: #bbb; }
</style>
<div class="container">
<article>
<h1>Not found <span data-frown>:(</span></h1>
<div>
<p>Sorry, but the page you were trying to view does not exist.</p>
<p>It looks like this was the result of either:</p>
<ul>
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
</div>
</article>
</div>