diff options
Diffstat (limited to 'templates/error.html')
-rw-r--r-- | templates/error.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/error.html b/templates/error.html new file mode 100644 index 0000000..0399863 --- /dev/null +++ b/templates/error.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" + xmlns:py="http://genshi.edgewall.org/" + xmlns:sub="http://local.sublab.org/subdap/xmlns-templates" + xmlns:xi="http://www.w3.org/2001/XInclude"> + <xi:include href="layout.xi"/> + <head> + <title>login</title> + </head> + <body id="error"> + <img src="static/fire.png" alt="subdap"/> + <div id="cont"> + <h1>kaputt!</h1> + <p><code>subdap.exe</code> hat ein Problem festgestellt und musste beendet werden.<br/> + Bitte schicken sie einen Fehlerbericht an <code>equinox ! diac24 ! net</code>.</p> + <pre>${details}</pre> + </div> + </body> +</html> |