summaryrefslogtreecommitdiff
path: root/layouts/404.html
blob: 70e40c143335c1699eae1a031883e1483049fd16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
	{{ partial "header.html" . }}
	<body>
	<div class="content">
		{{ partial "head.html" . }}
		<p align="center">
            <b>404</b> │ Nothing here
        </p>
		{{ partial "footer.html" . }}
	</div>
	</body>
</html>