From f0626b175d21230dc68ecd83e2726ec7e7daae5a Mon Sep 17 00:00:00 2001 From: user Date: Mon, 20 May 2024 19:51:41 +0200 Subject: user input categories, refactor, remove zombie code --- src/templates/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/templates/index.html (limited to 'src/templates/index.html') diff --git a/src/templates/index.html b/src/templates/index.html new file mode 100644 index 0000000..f97ae53 --- /dev/null +++ b/src/templates/index.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block body %} +
+
+
+ {% include 'options.html' %} +
+
+
+
+
+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3