diff options
Diffstat (limited to 'sublab_project/templates/404.html')
-rw-r--r-- | sublab_project/templates/404.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sublab_project/templates/404.html b/sublab_project/templates/404.html index 0aab876..3543977 100644 --- a/sublab_project/templates/404.html +++ b/sublab_project/templates/404.html @@ -1,13 +1,13 @@ -{% extends 'base.html' %} - -{% block title %}sublab - page not found{% endblock %} - -{# {% block motd %}{% endblock %} #} -{% block content %} - Leider konnten wir die Datei zu Deiner Anfrage nicht finden. Eventuell - ist der Link den Du benutzt hast fehlerhaft oder veraltet. Falls Du der - Meinung bist, dass dieser Link funktionieren sollte, kontaktiere bitte - kontakt [at] sublab.org. - - Hier geht es zur <a href="/">Startseite</a>. -{% endblock %} +<!DOCTYPE HTML> +<html> + <head> + <meta charset="UTF-8"> + <title>sublab - page not found</title> + <meta name="robots" content="noindex,nofollow"> + </head> + <body> + <h1>page not found</h1> + <p>Hier nix <code>{{ request_path }}</code>.</p> + <p>Nach hause <a href="/">telefonieren</a>.</p> + </body> +</html> |