From 131b5f5e55a7e3ca510a8a2b94e1504b51364df8 Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Wed, 23 Jul 2025 18:30:35 -0400 Subject: [PATCH] Add Footer as an include. --- src/acknowledgements.html | 43 +++++++++++++++++++++------------------ src/includes/footer.html | 1 + src/index.html | 35 ++++++++++++++++--------------- src/templates/error.html | 39 +++++++++++++++++++---------------- src/templates/main.html | 29 ++++++++++++++------------ 5 files changed, 80 insertions(+), 67 deletions(-) create mode 100644 src/includes/footer.html diff --git a/src/acknowledgements.html b/src/acknowledgements.html index 2c37716..26be2cc 100644 --- a/src/acknowledgements.html +++ b/src/acknowledgements.html @@ -5,28 +5,31 @@ Acknowledgements | Cutieguwu - - -
-

There are currently no acknowledgements

-

In terms of security, hopefully that means I'm doing a good-ish job.

-

- I will get my thanks to various open projects in here in time, but I'm still busy - getting the basics handled. -

-
-
-

#AD

-

#AD

+ diff --git a/src/includes/footer.html b/src/includes/footer.html new file mode 100644 index 0000000..d535283 --- /dev/null +++ b/src/includes/footer.html @@ -0,0 +1 @@ + diff --git a/src/index.html b/src/index.html index facb504..a46a2ef 100644 --- a/src/index.html +++ b/src/index.html @@ -5,24 +5,27 @@ Home | Cutieguwu - - -
-

Home

-

lorem ipsum idk what else there is in this latin phrase

-
-
-

#AD

-

#AD

+ diff --git a/src/templates/error.html b/src/templates/error.html index cc7755a..64b2a26 100644 --- a/src/templates/error.html +++ b/src/templates/error.html @@ -5,26 +5,29 @@ Error Template | Cutieguwu - - -
-

Error Code

-

Error Title

-
-

Error details and explaination.

-
-
-

#AD

-

#AD

+ diff --git a/src/templates/main.html b/src/templates/main.html index 83a708e..7a3a659 100644 --- a/src/templates/main.html +++ b/src/templates/main.html @@ -5,21 +5,24 @@ Main Template | Cutieguwu - - -
-
-

#AD

-

#AD

+