-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (25 loc) · 906 Bytes
/
404.html
File metadata and controls
32 lines (25 loc) · 906 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="theme-color" content="#000000">
<meta name="robots" content="noindex,nofollow"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404</title>
<meta name="author" content="Hunter Forsyth">
<link rel="icon" type="image/png" href="imgs/favicon.png">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="content" style="padding-top: 2rem">
<div class="container-default">
<div class="title">404 - Not Found</div>
<div class="descr">
The requested page could not be found. Please email <a href="mailto:hunter@hforsyth.com">hunter@hforsyth.com</a> if you think what you're looking for should be here.
<br><br>
<a href="index.html">Go Home</a>
</div>
</div>
</div>
</body>
</html>