]> OzVa Git service - form/commitdiff
Init
authorMax Value <greenwoodw50@gmail.com>
Fri, 30 May 2025 15:17:36 +0000 (16:17 +0100)
committerMax Value <greenwoodw50@gmail.com>
Fri, 30 May 2025 15:17:36 +0000 (16:17 +0100)
form.py [new file with mode: 0644]
static/script.js [new file with mode: 0644]
static/style.css [new file with mode: 0644]
templates/footer.html [new file with mode: 0644]
templates/header.html [new file with mode: 0644]
templates/main.html [new file with mode: 0644]

diff --git a/form.py b/form.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/static/script.js b/static/script.js
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/static/style.css b/static/style.css
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/templates/footer.html b/templates/footer.html
new file mode 100644 (file)
index 0000000..4af7662
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="">
+  <head>
+    <meta charset="utf-8">
+    <title></title>
+  </head>
+  <body>
+    <header></header>
+    <main></main>
+    <footer></footer>
+  </body>
+</html>
diff --git a/templates/header.html b/templates/header.html
new file mode 100644 (file)
index 0000000..4af7662
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="">
+  <head>
+    <meta charset="utf-8">
+    <title></title>
+  </head>
+  <body>
+    <header></header>
+    <main></main>
+    <footer></footer>
+  </body>
+</html>
diff --git a/templates/main.html b/templates/main.html
new file mode 100644 (file)
index 0000000..4af7662
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="">
+  <head>
+    <meta charset="utf-8">
+    <title></title>
+  </head>
+  <body>
+    <header></header>
+    <main></main>
+    <footer></footer>
+  </body>
+</html>