This commit is contained in:
rawleyIfowler
2022-02-06 17:33:47 -06:00
commit 4389b07f39
16 changed files with 461 additions and 0 deletions

7
templates/not_found.tmpl Normal file
View File

@@ -0,0 +1,7 @@
<!--not_found.html-->
{{ template "header.tmpl" . }}
<h2>404 Not Found :(</h2>
<p>
Click <a href="/">here</a> to return home.
</p>
{{ template "footer.tmpl" . }}