-
Notifications
You must be signed in to change notification settings - Fork 362
/
Copy path404.html
48 lines (40 loc) · 1.48 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: main
title: 404
permalink: /404.html
---
<main class="docs__body stage__body">
<div class="docs__navbar">
<div class="flex flex--justify gutter gutter--large@medium">
<div class="flex__column flex__column--6@xlarge">
<div class="search">
{% include_cached navbar/search.html container="autocomplete" %}
</div>
</div>
<div class="flex__column flex__column--shrink">
{% include_cached navbar/nav.html %}
</div>
</div>
</div>
{% include_cached navbar/navbar-mobile.html %}
<article class="page-404 page" data-tracking-scroll>
<div class="page-404__body page__body">
<div class="flex">
<div class="flex__column--12 flex__column--9@xlarge">
<h1 class="page-404__heading">The page you were looking for doesn't exist.</h1>
<div class="flex">
<div class="flex__column--12 flex__column--10@xlarge markdown">
<p>You may have mistyped the address or the page may have moved. Double-check the URL and try again or search the term.</p>
<div class="search search--mobile" data-search>
{% include_cached navbar/search.html container="autocomplete" %}
</div>
</div>
</div>
</div>
<div class="page-404__numeric-heading__wrapper markdown flex__column--3 flex--middle">
<span class="page-404__numeric-heading">404</span>
</div>
</div>
</div>
</article>
</main>