From 6dbc3500639ee9dc15983a1430365a5234d44bb8 Mon Sep 17 00:00:00 2001 From: kaylee Date: Mon, 8 Jul 2024 04:54:47 +0100 Subject: [PATCH] phpify --- includes/.htaccess | 1 + includes/footer.php | 2 ++ includes/header.php | 51 +++++++++++++++++++++++++++++++++++++ index.php | 62 ++++++--------------------------------------- 4 files changed, 62 insertions(+), 54 deletions(-) create mode 100644 includes/.htaccess create mode 100644 includes/footer.php create mode 100644 includes/header.php diff --git a/includes/.htaccess b/includes/.htaccess new file mode 100644 index 0000000..34f9464 --- /dev/null +++ b/includes/.htaccess @@ -0,0 +1 @@ +Redirect 404 diff --git a/includes/footer.php b/includes/footer.php new file mode 100644 index 0000000..2ab5c0d --- /dev/null +++ b/includes/footer.php @@ -0,0 +1,2 @@ + + diff --git a/includes/header.php b/includes/header.php new file mode 100644 index 0000000..c37bb07 --- /dev/null +++ b/includes/header.php @@ -0,0 +1,51 @@ + + + + My 32-Bit Cafe | <?= $curPage ?> + + + + + + diff --git a/index.php b/index.php index 8e405c4..2a4633a 100644 --- a/index.php +++ b/index.php @@ -1,55 +1,8 @@ - - - - My 32-Bit Cafe - - - - - - -
+ +

my 32-bit cafe dashboard

Welcome, {user}!

This portal lets you access all the free services provided by 32-Bit Cafe. Use the links on the sidebar to see what we offer!

@@ -69,5 +22,6 @@

Want to get involved?

If you'd like to help us with running and expanding our free services, please join our technomancers group! No matter what your skillset, we would love for you to take part!

- - +