From 40f521543a40371c5756c4d67fd03277513839df Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Wed, 13 Jul 2022 13:53:16 +0200 Subject: [PATCH] Trying to start a webui --- templates/start.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/start.html diff --git a/templates/start.html b/templates/start.html new file mode 100644 index 0000000..3581050 --- /dev/null +++ b/templates/start.html @@ -0,0 +1,9 @@ + + {% for i in result %} + + {% for j in range(0,9) %} + + {% endfor %} + + {% endfor %} +
{{ i[j] }}