-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
32 lines (28 loc) · 902 Bytes
/
Copy path404.html
File metadata and controls
32 lines (28 loc) · 902 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 lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>404 | Magnogen</title>
<meta name="description" content="Hi! I'm Mag" />
<link rel="icon" href="favicon.png" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1 class="title">MAGNOGEN</h1>
<h2 class="greet">404</h2>
</header>
<main>
<h3>Uhhh...</h3>
<p>It seems like the page you are looking for does not exist. Please check the URL and try again.</p>
<p>Here are some links to get you back on track:</p>
<a href="https://magnogen.net">My Website - Magnogen.net</a><br>
<a href="https://www.youtube.com/@Magnogen">YouTube - @Magnogen</a><br>
<a href="https://github.com/Magnogen">GitHub - /Magnogen</a>
</main>
<footer>
Made with <3 by Magnogen
</footer>
</body>
</html>