summaryrefslogtreecommitdiff
path: root/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.html')
-rw-r--r--templates/error.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/error.html b/templates/error.html
new file mode 100644
index 0000000..0617a20
--- /dev/null
+++ b/templates/error.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Symposium</title>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" type="text/css" href="/static/styles.css">
+ <link rel="stylesheet" type="text/css" href="/symposium/static/styles.css">
+ <link rel="shortcut icon" type="image/x-icon" href="/symposium/static/favicon.ico">
+ </head>
+ <body>
+ <div class="container">
+ <div>
+ <div class="home">
+ <a href="/symposium" class="home-title">Symposium</a>
+ <span> at </span><a class="site" href="/">cyfraeviolae.org</a>
+ <a class="source" href="/git/symposium">[src]</a>
+ </div>
+ </div>
+
+ <br>
+ <h3>Error.</h3>
+
+ {{ error }}
+ </div>
+ </body>
+</html>