-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
40 lines (39 loc) · 1.32 KB
/
404.html
File metadata and controls
40 lines (39 loc) · 1.32 KB
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
<!doctype html>
<html lang="en">
<head>
<title>404 - Page Not Found</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="404 Error | Page Not Found" />
<meta name="robots" content="noindex" />
<script src="/assets/js/theme-init.js"></script>
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="stylesheet" href="/assets/css/familytree.css" />
<link rel="icon" href="/images/icons/favicon-50_w.webp" />
</head>
<body class="is-preload">
<div id="headers"></div>
<div id="navbar" class="desktop-only"></div>
<div id="subnavbar" class="desktop-only"></div>
<main class="inner">
<h2 class="align-center"></h2>
<div class="row row--1fr-1fr" style="min-height: 50vh">
<div class="row__media">
<h2>Hmm... The page you're looking for cannot be found</h2>
404 - Not Found
</div>
<div class="row__text">
<img
src="/images/404_graphic.png"
alt="404"
style="max-width: 100%; padding: 0 10%"
/>
</div>
</div>
</main>
<br />
<footer id="footer"></footer>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/familytree.js"></script>
</body>
</html>