summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..45d963e
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %} {% block body %}
+<section>
+ <h1>Archive of Nikolas Boutalas</h1>
+ <p>Opinions are (hopefully) my own.</p>
+</section>
+
+<section>
+ <h2>Links</h2>
+ <ul>
+ <li><a href="https://git.boutalas.com">Repositories</a></li>
+ </ul>
+</section>
+{% endblock body %}