From 473e155d908e1762c654c5f472765a04b34078be Mon Sep 17 00:00:00 2001 From: StockiP Date: Tue, 19 Apr 2022 17:42:08 +0200 Subject: [PATCH] test --- components/footer.php | 1 + components/nav.php | 47 +++++++++++++++++++++++++++++++++++++++++++ index.php | 2 ++ 3 files changed, 50 insertions(+) create mode 100644 components/footer.php diff --git a/components/footer.php b/components/footer.php new file mode 100644 index 0000000..5d2760e --- /dev/null +++ b/components/footer.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/components/nav.php b/components/nav.php index cff5133..9657f3e 100644 --- a/components/nav.php +++ b/components/nav.php @@ -16,3 +16,50 @@ + + + \ No newline at end of file diff --git a/index.php b/index.php index 162e2b5..33a06b9 100644 --- a/index.php +++ b/index.php @@ -10,4 +10,6 @@

This is a test commit

+ + \ No newline at end of file