summaryrefslogtreecommitdiff
path: root/templates/error.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.jinja')
-rw-r--r--templates/error.jinja16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/error.jinja b/templates/error.jinja
new file mode 100644
index 0000000..60c185f
--- /dev/null
+++ b/templates/error.jinja
@@ -0,0 +1,16 @@
+<html>
+ <head>
+ <title>CS:GO Lobbylinkfinder</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <link rel="stylesheet" type="text/css" href="static/style.css" />
+ </head>
+ <body>
+ <div class="error">
+ <h4>Es ist ein Fehler aufgetreten!</h4>
+ <pre>{{ error }}</pre>
+ <a href="javascript:window.history.back();" class="joinbutton">Zur&uuml;ck</a>
+ <a href="/" class="joinbutton">Zur Startseite</a>
+ </div>
+ </body>
+</html>
+