summaryrefslogtreecommitdiffstats
path: root/data/templates/errors
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/errors')
-rw-r--r--data/templates/errors/400.html5
-rw-r--r--data/templates/errors/403.html1
-rw-r--r--data/templates/errors/todo.html1
3 files changed, 7 insertions, 0 deletions
diff --git a/data/templates/errors/400.html b/data/templates/errors/400.html
new file mode 100644
index 0000000..5a8ec3b
--- /dev/null
+++ b/data/templates/errors/400.html
@@ -0,0 +1,5 @@
+<div class="alert alert-danger" role="alert">
+ <i class="icon-exclamation-sign"></i>
+ <b>Internal Server Error!</b><br>
+ {{{ERRMSG}}}
+</div>
diff --git a/data/templates/errors/403.html b/data/templates/errors/403.html
new file mode 100644
index 0000000..94763d7
--- /dev/null
+++ b/data/templates/errors/403.html
@@ -0,0 +1 @@
+Access denied!
diff --git a/data/templates/errors/todo.html b/data/templates/errors/todo.html
new file mode 100644
index 0000000..a494f55
--- /dev/null
+++ b/data/templates/errors/todo.html
@@ -0,0 +1 @@
+This page is Work in Progress.