aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/base.html')
-rw-r--r--templates/main/base.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/main/base.html b/templates/main/base.html
index 9d692342..66bf7e5f 100644
--- a/templates/main/base.html
+++ b/templates/main/base.html
@@ -13,6 +13,16 @@
</head>
<body>
{% include "main/navigation.html" %}
+
+<div class="uk-container uk-section">
+ <div class="uk-alert-danger" uk-alert>
+ <p>
+ Please note: this site is under construction. What you see now may be vastly different
+ from the final project state. Feel free to chat to us on Discord if you're curious!
+ </p>
+ </div>
+</div>
+
{% block content %}{% endblock %}
</body>
</html>