aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
blob: c461c2162dfab94cd55c4edef96a28fd8060cb93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ define "404" }}
<!DOCTYPE html>
<html id="legit">
	<title>404</title>
{{ template "head" . }}
	<body>
		{{ template "nav" . }}
		<main>
			<h3>404 Not Found</h3>
{{ template "foot" . }}
		</main>
	</body>
</html>
{{ end }}