summaryrefslogtreecommitdiffstats
path: root/templates/status_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/status_page.html')
-rw-r--r--templates/status_page.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/status_page.html b/templates/status_page.html
new file mode 100644
index 0000000..558c654
--- /dev/null
+++ b/templates/status_page.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block content %}
+ <div class="box">
+ <h4>{{ message }}</h4>
+ </div>
+{% endblock %}
+