Update 404 page

This commit is contained in:
Dave Gallant
2023-12-17 14:36:52 -05:00
parent 86d918f4e5
commit 220c7af436
83 changed files with 159 additions and 1305 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
{{ partial "header.html" . }}
<body>
<div class="content">
{{ partial "head.html" . }}
<br />
<center>
<large>404 - Page Not Found</large>
</center>
{{ partial "footer.html" . }}
</div>
</body>
</html>