-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
44 lines (44 loc) · 1.89 KB
/
404.html
File metadata and controls
44 lines (44 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Error | Magnogen</title>
<base href="https://magnogen.net" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Oops! Page Not Found - Magnogen's Official Website" />
<link rel="shortcut icon" href="https://magnogen.net/src/favicon.png" />
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<link rel="stylesheet" href="src/style.css" />
</head>
<body class="dark">
<header>
<span></span>
<h1 class="title">MAGNOGEN</h1>
<h2 class="greet"><hr>Hey! I'm Mag<hr></h2>
</header>
<canvas background></canvas>
<script src="sketch.js" defer></script>
<main>
<article>
<h3><i class="fa fa-exclamation-circle"></i> Oops! Page Not Found</h3>
<p>
Uh-oh! It looks like the page you are looking for doesn't exist. Sorry about that! But fear not, for I have some suggestions to help fix this mystical mishap:
</p>
<ul>
<li>Embark on a quest to find the hidden treasure of the 404 Monster.</li>
<li>Summon a wise wizard and ask for their guidance to locate the lost page.</li>
<li>Take a sip of virtual tea and contemplate the mysteries of the digital universe.</li>
</ul>
<p>
Remember, in the realm of the internet, even errors can be whimsical adventures!
</p>
</article>
</main>
<div space></div>
<footer>
Made with <i style="color:#ff0000" class="fa fa-heart"></i> by Magnogen
</footer>
</body>
</html>