From afe29d20d285aee13ad025688355e4afd46a430c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 13 Apr 2023 11:03:56 +0200 Subject: add new endpoints --- index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..03fb046 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + File List + + +

File List

+ {% if files %} + + {% else %} +

No files found.

+ {% endif %} + + -- cgit v1.2.3