From 873e0766f31dd427f52f0d51477ec71173eed5fa Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 11 Oct 2023 22:43:16 +0300 Subject: Rewrite in htmx + flask --- templates/index.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 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..911992f --- /dev/null +++ b/templates/index.html @@ -0,0 +1,39 @@ + + + + + + + Jan Tuomi + + + + + + +
+
+

Jan Tuomi

+ +
+ {% include 'fragments/files_drawer_form.html' %} +
+ {% include 'fragments/files_list.html' %} +
+
+ + + -- cgit v1.3