diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-07-27 21:13:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-07-27 21:13:03 +0200 |
commit | d9659083e0cebd07722b9030d4bf024bfc223c4e (patch) | |
tree | 1189266b3a96263ebae2ed467b2d20b8fe1c6c02 /templates/not_found.html.ep | |
parent | 7570248c3dcd8c2129d22521ee3bc2c68294ed38 (diff) |
also, error messages
Diffstat (limited to 'templates/not_found.html.ep')
-rw-r--r-- | templates/not_found.html.ep | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep index 35ab355..e995b3c 100644 --- a/templates/not_found.html.ep +++ b/templates/not_found.html.ep @@ -8,14 +8,12 @@ </head> <body> -<div class="error">404 Not Found</div> -<div> -<pre> +<div class="container"> +<div class="error"> +<strong>404 Not Found:</strong> The requested URL does not exist and does not map to a public transit station. -</pre> -</div> -<div> -<a href="/">return to main page</a> -</div> +<a href="/">Return to main page</a> +</div> <!-- error --> +</div> <!-- container --> </body> </html> |