aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
blob: 33140c91e82d89d3ee95e355c74c6f4ed92530e8 (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
{# SPDX-License-Identifier: CC-BY-SA-4.0 #}
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Not Found</title>
	<link rel="stylesheet" href="/static/style.css" />
</head>
<body>
	<header>
		<h1>404 Not Found</h1>
	</header>
	<article>
		<pre id="err">{{err}}</pre>
		<p>You may wish to return to the previous page or <a href="/">return to our home page</a>.</p>
	</article>
	<!--
	<footer>
	</footer>
	-->
</body>
</html>