diff options
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> |