From caa30dd45d3ae76405a7f4ecc9641521c1fb8895 Mon Sep 17 00:00:00 2001 From: Johannes Herman Date: Mon, 16 Mar 2026 11:14:21 +0100 Subject: initial --- templates/footer.html | 5 +++++ templates/header.html | 9 +++++++++ templates/page.html | 19 +++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 templates/footer.html create mode 100644 templates/header.html create mode 100644 templates/page.html (limited to 'templates') diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..6f15869 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,5 @@ + diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..a28c2f0 --- /dev/null +++ b/templates/header.html @@ -0,0 +1,9 @@ +
+

JHHM

+ +
diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..39fd7b7 --- /dev/null +++ b/templates/page.html @@ -0,0 +1,19 @@ + + + + + +{{TITLE}} + + + +{{HEADER}} + +
+{{CONTENT}} +
+ +{{FOOTER}} + + + -- cgit v1.2.3