-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path404.html
More file actions
23 lines (22 loc) · 832 Bytes
/
404.html
File metadata and controls
23 lines (22 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: default
title: Oh, you’ve found that Missing Link!
description: 404
---
<div class="error">
<div class="error__code">Missing a link?</div>
<div class="error__message">
Oh, you've found that <strong>Missing Link</strong>!<br/>
The one that we've lost in our kitchen sink!
<br/><br/>
Thanks for your help and patience<br/>
while we rush to tie this with great impatience!
<br/><br/>
Oh BTW, are you lost or got here from that <strong>Missing Link</strong> land?<br/>
No worries, just let us show you around.
<br/><br/>
<a href="/">Visit our Documentation</a>, it's by far the best Aid Station!<br/>
Or submit a support question, we are looking forward to start a conversation!
</div>
<a href="/" class="button">Go to Homepage</a>
</div>