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.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/main/index.html b/templates/main/index.html
new file mode 100644
index 00000000..418347d2
--- /dev/null
+++ b/templates/main/index.html
@@ -0,0 +1,9 @@
+{% extends "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>
+{% endblock %} \ No newline at end of file