From b750014b767b0ec2567dcade8e49b80b05cda55f Mon Sep 17 00:00:00 2001 From: Guillaume <67098259+Gu1llaum-3@users.noreply.github.com> Date: Mon, 26 Dec 2022 18:52:28 +0100 Subject: [PATCH] Create index.html --- templates/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..117a177 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,9 @@ +
+ + + +
+ +{% if message %} +

{{ message }}

+{% endif %}