summaryrefslogtreecommitdiffstats
path: root/data/templates/errors/400.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/errors/400.html')
-rw-r--r--data/templates/errors/400.html5
1 files changed, 5 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>