-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
37 lines (35 loc) · 813 Bytes
/
404.html
File metadata and controls
37 lines (35 loc) · 813 Bytes
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
---
layout: error
permalink: /404.html
sitemap: false
---
<section class="intro">
<div class="grid">
<div class="unit whole align-center">
<p class="first">The requested page<br>could not be found!</p>
</div>
</div>
</section>
<section class="error">
<div class="grid">
<div class="unit whole align-center">
<p>The resource you requested was not found.<br>Here are some links to help you find your way:</p>
<nav class="main-nav">
<ul>
<li>
<a href="{{ '/docs/' | relative_url }}">Docs</a>
</li>
<li>
<a href="{{ '/news/' | relative_url }}">News</a>
</li>
<li>
<a href="{{ '/help/' | relative_url }}">Help</a>
</li>
<li>
<a href="{{ '/about/' | relative_url }}">About</a>
</li>
</ul>
</nav>
</div>
</div>
</section>