-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
29 lines (27 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="muggleton.xyz">
<meta name="author" content="Oliver George Talbot Muggleton">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://muggleton.xyz/images/256.png" type="image/png">
<title>muggleton.xyz</title>
<link rel="stylesheet" href="https://muggleton.xyz/styles.css">
<base href="https://muggleton.xyz/">
</head>
<body>
<header>
<h1><a href="/index.html" class="exception-link"><span title="https://muggleton.xyz">muggleton.xyz</span></a></h1>
</header>
<main>
<div class="blogs-container">
<div class="blog">
<h2>404 Not Found</h2>
<p>Can't seem to find that page. Dunno why. If you clicked on a link on the website and it took you here then I probably changed the URL. Check the URL for typos.</p>
<p>Find out more: <a href="https://en.wikipedia.org/wiki/HTTP_404">https://en.wikipedia.org/wiki/HTTP_404</a></p>
</div>
</div>
</main>
</body>
</html>