-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
38 lines (35 loc) · 990 Bytes
/
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
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en" id="html">
<head>
<!-- Required meta tags -->
<title>Page Not Found</title>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link href="{{"/assets/css/main.css" | prepend: site.baseurl }}?{{ site.time | date: "%s%N"}}" rel="stylesheet">
<!-- Optional JavaScript -->
</head>
<body id="body">
<div id="help-body">
<div class="container-fluid" style="margin-top: 3.5em">
<h1>Oops Page Not Found</h1>
<p class="lead">
A slightly amusing message about this error will appear here
</p>
<p>
In the meantime
<a
href="{{site.baseurl}}/docs/"
aria-label="Home"
alt="Home">click here</a>
</p>
</div>
</div>
</body>
</html>