From 6d04ba74279e3e8011a60bde17b2ae4e2a752fa0 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 9 Sep 2022 15:17:58 -0400 Subject: add web app --- templates/index.html | 19 +++++++++++++++++++ 1 file changed, 19 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..1194fc6 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,19 @@ + + + + + + + + + + +{% if not from_js %}
+ + +
{% endif %} +
+{% if results %}{% include 'results.html' %}{% else %}no results{% endif %} +
+ + -- cgit