From c437102f0976395a0dc2982ab60e957f718042ec Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 24 Nov 2020 13:46:38 +0100 Subject: [PATCH] Moved header and navbar into own .php files --- includes/header.php | 25 ++++++++ includes/navbar.php | 97 ++++++++++++++++++++++++++++++++ index.html => index.php | 122 +--------------------------------------- 3 files changed, 123 insertions(+), 121 deletions(-) create mode 100644 includes/header.php create mode 100644 includes/navbar.php rename index.html => index.php (56%) diff --git a/includes/header.php b/includes/header.php new file mode 100644 index 0000000..3894003 --- /dev/null +++ b/includes/header.php @@ -0,0 +1,25 @@ + + + + + + + + + + + + Home | Pfosten Dynamics + + + + + diff --git a/includes/navbar.php b/includes/navbar.php new file mode 100644 index 0000000..6ac681f --- /dev/null +++ b/includes/navbar.php @@ -0,0 +1,97 @@ + + + diff --git a/index.html b/index.php similarity index 56% rename from index.html rename to index.php index a067e8e..9662d20 100644 --- a/index.html +++ b/index.php @@ -1,124 +1,4 @@ - - - - - - - - - - - - Home | Pfosten Dynamics - - - - - - - +