From b75332ee7b399d29934285d07bdd650f25ddfaed Mon Sep 17 00:00:00 2001 From: reallyniceusername Date: Thu, 8 Jun 2023 19:07:54 +0000 Subject: [PATCH] made navbar not hardoded into every page --- about.php | 4 +--- index.php | 4 +--- nav.php | 3 +++ 3 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 nav.php diff --git a/about.php b/about.php index 7257212..697d80c 100644 --- a/about.php +++ b/about.php @@ -6,9 +6,7 @@ -
-

~

-
+

(anti-)Social media:
diff --git a/index.php b/index.php index 2b51fd1..cb1330f 100644 --- a/index.php +++ b/index.php @@ -6,9 +6,7 @@ -

-

~

-
+ librex instance diff --git a/nav.php b/nav.php new file mode 100644 index 0000000..e67906c --- /dev/null +++ b/nav.php @@ -0,0 +1,3 @@ +
+

~

+