-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
17 lines (16 loc) · 655 Bytes
/
Copy path404.html
File metadata and controls
17 lines (16 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: page
title: Page not found
permalink: /404.html
sitemap: false
search: false
---
<div class="text-center" style="padding:var(--sp-8) 0">
<p style="font-size:4rem;font-weight:800;letter-spacing:-.04em;color:var(--brand)">404</p>
<h1>We couldn’t find that page</h1>
<p class="lead">The link may be broken or the page may have moved.</p>
<p style="margin-top:var(--sp-5)">
<a class="btn btn--primary" href="{{ '/' | relative_url }}"><i class="fa-solid fa-house"></i> Back home</a>
<button class="btn btn--ghost" data-search-open type="button"><i class="fa-solid fa-magnifying-glass"></i> Search the docs</button>
</p>
</div>