-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
29 lines (29 loc) · 1.22 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
---
layout: default
title: Page not found
permalink: /404.html
sitemap: false
---
<header class="index-mark">
<h1><a href="/">★</a></h1>
</header>
<article class="not-found">
<header>
<h1>Oh no!</h1>
</header>
<p>The <abbr>URL</abbr> you visited doesn't point to anything! There may be several reasons for this:</p>
<ul>
<li>
<h5>A broken link got you here</h5>
<p>In that case, you should let the author of the previous page know that the link is broken, so they can fix it.</p>
</li>
<li>
<h5>The <abbr>URL</abbr> is mis-typed somehow</h5>
<p>You could either re-type the <abbr>URL</abbr>, or proceed to <a href="{{ site.github.repository_url }}" data-proofer-ignore>the GitHub repository of this blog</a> and search for the page you're looking for.</p>
</li>
<li>
<h5>What you were looking for never existed</h5>
<p>If that's the case, I'm afraid I can't help you.</p>
</ul>
<p>Whatever got you here, the best way to proceed is probably to visit <a href="{{ site.github.repository_url }}" data-proofer-ignore>the blog archives</a>, or to read one of the posts in the footer below.</p>
</article>