From cd5b431127bde2a3aa6e40aa82886d7fad5d72be Mon Sep 17 00:00:00 2001 From: phixxy Date: Wed, 19 Jun 2024 20:46:57 -0700 Subject: [PATCH] finished theme --- flask_templates/index.html | 122 ++++++++++++++++++------------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/flask_templates/index.html b/flask_templates/index.html index ea93c9c..757eda7 100644 --- a/flask_templates/index.html +++ b/flask_templates/index.html @@ -1,73 +1,73 @@ - - Input Form + Sparkytron Config + -

Warning!

-

This information is stored in PLAIN TEXT in a .env file!

-
- {% for key, value in key_value_pairs.items() %} - - -
- {% endfor %} - - {% with messages = get_flashed_messages() %} - {% if messages %} - {% for message in messages %} -
- {{ message }} - +
+

Warning!

+

This information is stored in PLAIN TEXT in a .env file!

+ + {% for key, value in key_value_pairs.items() %} +
+ +
+ +
- {% endfor %} - {% endif %} - {% endwith %} - + {% endfor %} + + + + {% with messages = get_flashed_messages() %} + {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %} + {% endwith %} + +
\ No newline at end of file