-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
48 lines (48 loc) · 2.88 KB
/
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
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 Error</title>
<meta name="description" content="The 404 page not found lander for Tyler Morgan.">
<link rel="icon" type="image/svg" media="(prefers-color-scheme: light)" crossorigin href="https://tylermorgan.co/elements/icons/icon_bgtp_light.svg">
<link rel="icon" type="image/svg" media="(prefers-color-scheme: dark)" crossorigin href="https://tylermorgan.co/elements/icons/icon_bgtp_dark.svg">
<link rel="icon" type="image/avif" media="(prefers-color-scheme: light)" crossorigin href="https://tylermorgan.co/elements/icons/icon_bgtp_light_x180.avif">
<link rel="icon" type="image/avif" media="(prefers-color-scheme: dark)" crossorigin href="https://tylermorgan.co/elements/icons/icon_bgtp_dark_x180.avif">
<link rel="icon" type="image/avif" media="(prefers-color-scheme: light)" sizes="192x192" crossorigin href="https://tylermorgan.co/elements/icons/icon_bgtp_light_x192.avif">
<link rel="icon" type="image/avif" media="(prefers-color-scheme: dark)" sizes="192x192" crossorigin href="https://tylermorgan.co/elements/icons/icon_bgtp_dark_x192.avif">
<link rel="apple-touch-icon" href="/apple-touch-icon.avif">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#444444">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#121111">
<link rel="stylesheet" crossorigin href="https://tylermorgan.co/style.css">
<link rel="stylesheet" crossorigin href="https://tylermorgan.co/external_links.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" crossorigin href="https://dos.tylermorgan.co/404.html">
</head>
<body>
<header aria-label="404 Error">
<h1 class="header-404">404</h1>
</header>
<main aria-label="Homepage Redirect">
<div class="main-404">
<p>This page no longer exists.</p>
</div>
<div>
<a role="button" class="social-button" style="max-width: 15.63rem;" href="https://tylermorgan.co/">
<p class="external-highlight">Return to Homepage</p>
</a>
</div>
</main>
<footer aria-label="Copyright">
<p class="footer2" style="margin-top: 60px;">© <span data-copyright-year="2023" data-copyright-endyear="currentyear"></span> <a class="content-link external" href="https://tylermorgan.co/">Tyler Morgan</a>. All rights reserved.</p>
<ul class="footer-links">
<li class="footer-link">
<a class="content-link external" rel="privacy-policy" href="https://tylermorgan.co/privacy-policy/">Privacy Policy</a>
</li>
<li class="footer-link">
<a class="content-link external" href="https://tylermorgan.co/intellectual-property/">Intellectual Property</a>
</li>
</ul>
</footer>
<script src="https://tylermorgan.co/copyright_year.js"></script>
</body>
</html>