-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path404.html
More file actions
36 lines (33 loc) · 773 Bytes
/
404.html
File metadata and controls
36 lines (33 loc) · 773 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
---
layout: default
title: 404 — Page not found
body_class: notfound landing
add_css: page404.css
toc: false
---
<div class="wrap pagetitle">
<h1>404</h1>
<p>The requested page could not be found.</p>
</div>
<!--
<section class="quickaccess">
<div class="wrap">
<h1>Quick access</h1>
<div class="quickaccesslinks flexwrap">
<a class="guides" href="/docs/guides/index">
<div class="icon"></div>
<p>Guides</p>
</a>
<a class="documentation" href="/docs/">
<div class="icon"></div>
<p>Documentation</p>
</a>
<a class="development" href="/dev/building">
<div class="icon"></div>
<p>Development</p>
</a>
</div>
</div>
</section>
-->
{% include quick_installation.html %}