-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
46 lines (42 loc) · 1.94 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>error 404 | duck_master's personal website</title>
<meta charset="utf-8">
<meta name="description" content="error 404">
<link rel="stylesheet" href="main.css">
<!-- favicons -->
<link rel="icon" href="favicons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="favicons/apple-touch-icon.png">
<link rel="shortcut icon" href="favicons/favicon.ico">
</head>
<body>
<header>
<nav class = "navbar">
<a href = "index.html">Home</a>
<a href = "about-me.html">About me</a>
<a href = "about.html">About this website</a>
<a href = "legal-etc.html">Legal notes</a>
</nav>
<div class = "header-title">
<a href = "index.html"><h1>duck_master's personal website</h1></a>
<h2>miscellany since 2020</h2>
</div>
<div class = "header-img">
<img src = "avatar.png" alt = "">
</div>
</header>
<div class = "middler">
<div class = "content-box">
<h1>ERROR 404</h1>
<p><b>The page you're looking for doesn't exist.</b> (Unless you're looking for this 404 page; in this case, congratulations I guess.)</p>
<p>There's also my website's <a href = "index.html">main page</a>.</p>
</div>
</div>
<footer>
<p> Questions, comments, or concerns? Send me email at <b>duckmaster0 at protonmail dot com</b></p>
<p> Last updated 2 January 2025 AD/CE</p>
<p>(c) 2020 - 2025 duck_master; <a href = "https://github.com/duck-master/duck-master.github.io">free and open source software</a> dual-licensed under<a href = "https://github.com/duck-master/duck-master.github.io/blob/master/LICENSE">MIT</a> and CC-BY 4.0</p>
</footer>
</body>
</html>