summaryrefslogtreecommitdiffstats
path: root/templates/errors/generic.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/errors/generic.html')
-rw-r--r--templates/errors/generic.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/errors/generic.html b/templates/errors/generic.html
new file mode 100644
index 0000000..a626a5a
--- /dev/null
+++ b/templates/errors/generic.html
@@ -0,0 +1,25 @@
+{% extends 'base.html' %}
+
+{% block title %}Website Error - {% endblock %}
+{% block content %}
+
+<div class='middle'>
+ <h2>Website Error</h2>
+</div>
+<div style='width: 300px;' class='middle3 login'>
+ <div class='align-center'>
+ <div class='space'></div>
+ <div class='align-center'>
+ <h3>There has been an error.</h3>
+ <p>We are terribly sorry but an unknown fault has occurred. </p>
+
+
+ </div>
+</div>
+</div>
+
+
+
+
+
+{% endblock %} \ No newline at end of file