From bd4aa4a5799fcc09e1d8190802651f8f054e1134 Mon Sep 17 00:00:00 2001 From: Lucas Rufkahr Date: Tue, 24 Feb 2026 16:32:54 -0600 Subject: [PATCH] Updated --- about/{index.html => index.php} | 0 fun/{index.html => index.php} | 0 header.html | 8 -------- index.php | 11 +---------- library/{index.html => index.php} | 0 notes/{calculus.html => calculus.php} | 0 notes/{circuits.html => circuits.php} | 0 notes/{cpp.html => cpp.php} | 0 notes/{index.html => index.php} | 0 notes/{physics.html => physics.php} | 0 snippet/footer.php | 0 snippet/header.php | 10 ++++++++++ 12 files changed, 11 insertions(+), 18 deletions(-) rename about/{index.html => index.php} (100%) rename fun/{index.html => index.php} (100%) delete mode 100644 header.html rename library/{index.html => index.php} (100%) rename notes/{calculus.html => calculus.php} (100%) rename notes/{circuits.html => circuits.php} (100%) rename notes/{cpp.html => cpp.php} (100%) rename notes/{index.html => index.php} (100%) rename notes/{physics.html => physics.php} (100%) create mode 100644 snippet/footer.php create mode 100644 snippet/header.php diff --git a/about/index.html b/about/index.php similarity index 100% rename from about/index.html rename to about/index.php diff --git a/fun/index.html b/fun/index.php similarity index 100% rename from fun/index.html rename to fun/index.php diff --git a/header.html b/header.html deleted file mode 100644 index 71713ec..0000000 --- a/header.html +++ /dev/null @@ -1,8 +0,0 @@ -
- Lucas Rufkahr - -
diff --git a/index.php b/index.php index 78e7662..f354499 100644 --- a/index.php +++ b/index.php @@ -4,16 +4,7 @@ -
- Lucas Rufkahr - -
+
Hello World

'; ?>

Welcome to my page.

diff --git a/library/index.html b/library/index.php similarity index 100% rename from library/index.html rename to library/index.php diff --git a/notes/calculus.html b/notes/calculus.php similarity index 100% rename from notes/calculus.html rename to notes/calculus.php diff --git a/notes/circuits.html b/notes/circuits.php similarity index 100% rename from notes/circuits.html rename to notes/circuits.php diff --git a/notes/cpp.html b/notes/cpp.php similarity index 100% rename from notes/cpp.html rename to notes/cpp.php diff --git a/notes/index.html b/notes/index.php similarity index 100% rename from notes/index.html rename to notes/index.php diff --git a/notes/physics.html b/notes/physics.php similarity index 100% rename from notes/physics.html rename to notes/physics.php diff --git a/snippet/footer.php b/snippet/footer.php new file mode 100644 index 0000000..e69de29 diff --git a/snippet/header.php b/snippet/header.php new file mode 100644 index 0000000..9eba6c4 --- /dev/null +++ b/snippet/header.php @@ -0,0 +1,10 @@ +
+ Lucas Rufkahr + +