summaryrefslogtreecommitdiff
path: root/openstack-dashboard/dashboard/templates/unavailable.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack-dashboard/dashboard/templates/unavailable.html')
-rw-r--r--openstack-dashboard/dashboard/templates/unavailable.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/openstack-dashboard/dashboard/templates/unavailable.html b/openstack-dashboard/dashboard/templates/unavailable.html
new file mode 100644
index 00000000..5568bc4e
--- /dev/null
+++ b/openstack-dashboard/dashboard/templates/unavailable.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block title %} - Service Unavailable{% endblock %}
+{% block pageclass %}unavailable{% endblock %}
+
+{% block content %}
+ <div id="page_head">
+ <h2 id="page_heading">Service Unavailable</h2>
+ <p id="page_description">This service is temporarily unavailable. Please check back soon.</p>
+ </div>
+{% endblock %}