added 500 error screen, and adjusted index:
This commit is contained in:
4
templates/internal_server_error.tmpl
Normal file
4
templates/internal_server_error.tmpl
Normal 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" . }}
|
||||
Reference in New Issue
Block a user