From a28cecd8e11672148809a5cf6dadc4d18f0f2324 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Sun, 27 Oct 2024 19:27:53 +0200 Subject: index: add links list --- templates/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') 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 %} +
+

Archive of Nikolas Boutalas

+

Opinions are (hopefully) my own.

+
+ +
+

Links

+ +
+{% endblock body %} -- cgit v1.2.3