diff options
Diffstat (limited to 'templates/500.html')
-rw-r--r-- | templates/500.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/500.html b/templates/500.html index 6217541..77bb9ab 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,12 +1,12 @@ {{ define "500" }} <!DOCTYPE html> <html> - <title>500</title> + <title>500 Internal Server Error</title> {{ template "head" . }} <body> {{ template "nav" . }} <main> - <h3>500 — something broke!</h3> + <h1>500 Internal Server Error</h1> </main> </body> </html> |