aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/index.html')
-rw-r--r--templates/main/index.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/main/index.html b/templates/main/index.html
index 418347d2..6a447567 100644
--- a/templates/main/index.html
+++ b/templates/main/index.html
@@ -1,9 +1,11 @@
-{% extends "base.html" %}
+{% extends "main/base.html" %}
{% block title %}Home{% endblock %}
{% block content %}
- <div class="uk-container uk-section">
- <h1 class="uk-title uk-text-center">
- Coming soon :tm:
- </h1>
+<div class="uk-container uk-section">
+ <div class="uk-alert-danger" uk-alert>
+ <p>
+
+ </p>
</div>
+</div>
{% endblock %} \ No newline at end of file