-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
64 lines (54 loc) · 1.7 KB
/
404.html
File metadata and controls
64 lines (54 loc) · 1.7 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
permalink: /404.html
---
<!doctype HTML>
<HTML>
<head>
<title>Page not found!</title>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Deverell Manning">
<meta name="generator" content="Hand-Written" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="none" />
<base href="" target="_blank"/>
<link rel="stylesheet" href="/assets/css/global.css">">
<link rel="stylesheet" href="/assets/css/styel.css">" />
</head>
<body>
<div class="Sidebar">
<iframe src="/utility/sidebar/global.html" title="Site-wide Sidebar Iframe"></iframe>
<div class="Puller"></div>
</div>
<div class="Topbar">
<span class="left"></span>
<span class="cent"></span>
<span class="right"></span>
</div>
<Page class="MainContent">
<section>
<div class="Title">
<h1>Page is missing!</h1>
<h3>Can you help me find Page?</h3>
</div>
</section>
<section>
<br>
<h4>Oh No! Page is missing <i>again!</i></h4>
<br>
<a href="https://deverellmanning.github.io/">Let's start looking here.</a>
<br>
What does 404 mean?
Go to <a href="https://en.wikipedia.org/wiki/HTTP_404">Wikipedia Article</a> to find out!<br><br>
</section>
<section class="Footer">
<quote>"Quote"</quote>
<address><a href="/">deverellmanning.github.io</a></address>
<br />
<hi>Last Updated: 10/13/2023</hi>
<hr />
</section>
</Page>
</body>
</HTML>