summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorNikolas <nikolas@boutalas.com>2024-10-28 18:15:08 +0200
committerNikolas <nikolas@boutalas.com>2024-10-28 18:15:08 +0200
commitd327a8f7e51ac3e6be95f7a7b9204343c9553899 (patch)
tree77c9412d28b7d5a05b5bef6ec80423a19e23a3a8 /templates/index.html
parent84522ccb19d952799abe6c057335b820fd1a101c (diff)
index: add contact details
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 4f63b15..8540d29 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -9,4 +9,8 @@
<ul>
<li><a href="https://git.boutalas.com">Repositories</a></li>
</ul>
+<footer>
+ <hr />
+ <p class="center"><small>Feedback, thoughts or patches? <a href="mailto:nikolas@boutalas.com">Send me an email</a></small></p>
+</footer>
{% endblock body %}