-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
38 lines (38 loc) · 1.4 KB
/
404.html
File metadata and controls
38 lines (38 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Page not found - Streamcode9" />
<meta property="og:title" content="404 - Page Not Found · Streamcode9" />
<meta property="og:description" content="The page you're looking for doesn't exist." />
<meta property="og:url" content="https://streamcode9.github.io/404.html" />
<meta property="og:site_name" content="Streamcode9" />
<meta property="og:type" content="website" />
<title>404 - Page Not Found · Streamcode9</title>
<link rel="stylesheet" href="/assets/site.css" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
</head>
<body>
<header class="site-header">
<nav>
<a href="/index.html">Home</a>
<a href="/pages/blog.html">Blog</a>
</nav>
</header>
<main>
<h1>404 - Page Not Found</h1>
<p>The page you're looking for doesn't exist or has been moved.</p>
<p>You might want to:</p>
<ul>
<li><a href="/index.html">Go to the homepage</a></li>
<li><a href="/pages/blog.html">Browse all blog posts</a></li>
<li>Check the URL for typos</li>
</ul>
</main>
<footer class="site-footer">
<small>© 2025 Streamcode9</small>
</footer>
</body>
</html>