added 500 error screen, and adjusted index:

This commit is contained in:
rawleyIfowler
2022-02-25 20:01:06 -06:00
parent dca2efc52d
commit 589297bceb
4 changed files with 16 additions and 4 deletions

View File

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