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

@@ -0,0 +1,4 @@
{{ template "header.tmpl" . }}
<h2>500 Internal server error :(</h2>
<p>Click <a href="/">here</a> to return home.</p>
{{ template "footer.tmpl" . }}