-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
46 lines (43 loc) · 2.01 KB
/
404.html
File metadata and controls
46 lines (43 loc) · 2.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>404 · Austin James Hogan</title>
<meta name="description" content="Page not found on Austin James Hogan's website." />
<meta name="keywords" content="404, page not found, Austin James Hogan, hogjamaus" />
<meta name="author" content="Austin James Hogan" />
<meta name="robots" content="noindex, follow, max-image-preview:large" />
<meta name="theme-color" content="#11161c" />
<link rel="canonical" href="https://hogjamaus.github.io/404.html" />
<meta property="og:site_name" content="Austin James Hogan" />
<meta property="og:title" content="404 · Austin James Hogan" />
<meta property="og:description" content="This page could not be found." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hogjamaus.github.io/404.html" />
<meta property="og:image" content="https://hogjamaus.github.io/assets/squirrel.png" />
<meta property="og:image:alt" content="Squirrel illustration for Austin James Hogan website" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="404 · Austin James Hogan" />
<meta name="twitter:description" content="This page could not be found." />
<meta name="twitter:image" content="https://hogjamaus.github.io/assets/squirrel.png" />
<meta name="twitter:url" content="https://hogjamaus.github.io/404.html" />
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="shell">
<section class="hero panel">
<p class="kicker">404</p>
<h1>Page not found</h1>
<p class="hero-copy">
The page you were looking for doesn’t exist, moved, or was never published.
</p>
<div class="cta-row">
<a class="button primary" href="/">Go home</a>
</div>
</section>
</div>
</body>
</html>