From b2a3dd652af9f88ffcf77d33bec7b3659b7cb1ba Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 29 Dec 2023 23:53:44 +0100 Subject: [PATCH] nouveaux header and footer --- html/footer.html | 19 +++++++++ html/header.html | 102 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+) create mode 100644 html/footer.html create mode 100644 html/header.html diff --git a/html/footer.html b/html/footer.html new file mode 100644 index 0000000..3b2d11f --- /dev/null +++ b/html/footer.html @@ -0,0 +1,19 @@ + + + + + + + + + + \ No newline at end of file diff --git a/html/header.html b/html/header.html new file mode 100644 index 0000000..e83f68e --- /dev/null +++ b/html/header.html @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + <!-- TITLE --> + + + + + + +
+
+ \ No newline at end of file