-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path404.html
33 lines (31 loc) · 825 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
---
layout: fourzerofour
title: Page not found
newstylesheet: "404"
---
<article>
<header id="404">
<h1>This is most peculiar</h1>
<p class="date">404</p>
</header>
<section class="entry">
<p>Sorry, I couldn't find the page you were looking for. Maybe try browsing the archive:</p>
<ul class="previous-posts">
{% for post in site.posts limit:10 %}
<li>
<a href="{{ post.url }}/" title="{{ post.description }}">
<section class="image" style="background-image:url(/images/home/{{post.imageURL}});"></section>
{{ post.title }}
</a>
</li>
{% endfor %}
</ul>
</section>
</article>
<dialog>
<h2>
Hey, is this what you meant?
<span class="suggestion"></span>
<span class="nope">No thanks</span>
</h2>
</dialog>