From 155a4dde42d52a0860ff2afe3f38c544f279e1b2 Mon Sep 17 00:00:00 2001 From: Lycano Date: Fri, 13 Mar 2026 10:54:13 +0100 Subject: [PATCH] basicNecessity --- footer.html | 4 ++++ header.html | 4 ++++ index.php | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 footer.html create mode 100644 header.html create mode 100644 index.php diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..c75e74c --- /dev/null +++ b/footer.html @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/header.html b/header.html new file mode 100644 index 0000000..d4c5ca5 --- /dev/null +++ b/header.html @@ -0,0 +1,4 @@ +
+ + +
\ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..a36e56e --- /dev/null +++ b/index.php @@ -0,0 +1,19 @@ + + + + + + Test Statique + + + + + +
+ +
+
+ + + + \ No newline at end of file