From 27784bc9af347c460784b8fe78395b67202ccb52 Mon Sep 17 00:00:00 2001 From: Max Value Date: Fri, 30 May 2025 16:17:36 +0100 Subject: [PATCH] Init --- form.py | 0 static/script.js | 0 static/style.css | 0 templates/footer.html | 12 ++++++++++++ templates/header.html | 12 ++++++++++++ templates/main.html | 12 ++++++++++++ 6 files changed, 36 insertions(+) create mode 100644 form.py create mode 100644 static/script.js create mode 100644 static/style.css create mode 100644 templates/footer.html create mode 100644 templates/header.html create mode 100644 templates/main.html diff --git a/form.py b/form.py new file mode 100644 index 0000000..e69de29 diff --git a/static/script.js b/static/script.js new file mode 100644 index 0000000..e69de29 diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..e69de29 diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..4af7662 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,12 @@ + + + + + + + +
+
+ + + diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..4af7662 --- /dev/null +++ b/templates/header.html @@ -0,0 +1,12 @@ + + + + + + + +
+
+ + + diff --git a/templates/main.html b/templates/main.html new file mode 100644 index 0000000..4af7662 --- /dev/null +++ b/templates/main.html @@ -0,0 +1,12 @@ + + + + + + + +
+
+ + + -- 2.39.2