diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-12-18 14:40:27 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-12-18 14:40:27 +0100 |
commit | 5a41f3a97d74da0c2db2dce53fd47dcadc7cd561 (patch) | |
tree | f29fba8aca49c61a122af62dc6bd87d68dfa8a76 /templates | |
parent | 02b2ed998d353a1e117c4a1a41dc6c6c6436f98a (diff) |
nicer not_found template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/not_found.html.ep | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep index ca1fb5f..5886148 100644 --- a/templates/not_found.html.ep +++ b/templates/not_found.html.ep @@ -1,13 +1,9 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> -<head> - <title>page not found</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> -</head> -<body> +<div class="error">404 Page Not Found</div> <div> -page not found +<pre> +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> -</body> -</html> |