-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
37 lines (37 loc) · 1.58 KB
/
404.html
File metadata and controls
37 lines (37 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Not Found | Michael Shalyt</title>
<meta name="description" content="Yesterday You Said Tomorrow." />
<link rel="canonical" href="https://shalyt.com/404/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Not Found | Michael Shalyt" />
<meta property="og:description" content="Yesterday You Said Tomorrow." />
<meta property="og:url" content="https://shalyt.com/404/" />
<meta property="og:image" content="https://shalyt.com/media/cropped-IMG_7337_Grey.jpg" />
<link rel="icon" href="/media/cropped-IMG_7337_Grey.jpg" />
<link rel="stylesheet" href="/assets/styles.css" />
</head>
<body class="page-404">
<a class="skip-link" href="#content">Skip to content</a>
<header class="site-header">
<div class="site-brand">
<img class="site-brand-photo" src="/media/michae_Zoomed_profile.jpg" alt="Michael Shalyt" />
<div class="site-brand-copy">
<a href="/">Michael Shalyt</a>
<p>Yesterday You Said Tomorrow.</p>
</div>
</div>
<nav class="site-nav"><a href="/">Home</a><a href="/ai/">AI</a><a href="/cyber-security/">Cyber Security</a><a href="/physics/">Physics</a><a href="/games/">Games</a><a href="/ideas-2/">Ideas</a></nav>
</header>
<main id="content" class="page-shell">
<article class="page-content">
<h1>Page not found</h1>
<p>This page does not exist on shalyt.com.</p>
<p><a href="/">Return to the home page</a>.</p>
</article>
</main>
</body>
</html>