summaryrefslogtreecommitdiff
path: root/404.html
blob: d080bdd272887aa4512d539c97c3c531ba9de440 (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<title>404 Not Found</title>
	<link rel="stylesheet" href="./style.css" />
	<link rel="icon" href="./favicon.ico" sizes="any" />
	<!--link rel="icon" href="./icon.svg" type="image/svg+xml" / -->
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	<meta name="theme-color" content="#241504" />
	<meta name="color-scheme" content="light dark">

</head>
<body>
<header>
	<h1>404 Not Found</h1>
</header>

<article>
	<p>The requested file does not exist on this web server.</p>
	<p>Many links have changed over time, thus links to here may break.  <a href="/">The homepage</a> might get you there.</p>
	<p>This Website's history is logged in <a href="https://git.runxiyu.org/runxiyu/current/www.git/">a Git repository</a>.  The file you're looking for may be in there somewhere.</p>
</article>

<footer>
	<ul role="list">
		<li><a href="./">Home</a></li>
		<li>Runxi Yu</li>
		<li><a rel="license" href="./pubdom.html">Public Domain</a></li>
	</ul>
</footer>
</body>
</html>