diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-07-19 18:18:06 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-07-19 18:18:06 +0200 |
commit | 74f6f591fb2933611e86798e2e629309c8e308eb (patch) | |
tree | 8d1ff77cbed90567ba3cd6e8f4a36904e44456fe /templates/not_found.html.ep | |
parent | 8aa24ead531d67791120907c76996cf7c406d083 (diff) |
somewhat more fancy errors
Diffstat (limited to 'templates/not_found.html.ep')
-rw-r--r-- | templates/not_found.html.ep | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep index 5886148..df583ae 100644 --- a/templates/not_found.html.ep +++ b/templates/not_found.html.ep @@ -1,9 +1,7 @@ -<div class="error">404 Page Not Found</div> -<div> -<pre> +<div class="container"> +<div class="error"> +<strong>404 Page Not Found:</strong> Die aufgerufene URL existiert nicht und ist keine gültige Abbildung auf einen Bahnhofsnamen. - -The requested URL does not exist and does not map to a train station. -</pre> +</div> </div> |