From aef942ca43535d663e9fcac2ede4f9395cdb9958 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Wed, 16 Dec 2020 16:47:06 -0800 Subject: [PATCH] global HTML --- data/scripts/footer.js | 7 +----- globalHTML/footer.php | 20 ++++++++++++++++ globalHTML/header.php | 39 +++++++++++++++++++++++++++++++ globalHTML/menu.php | 20 ++++++++++++++++ old/index.html | 53 ------------------------------------------ test.html | 10 ++++++++ test.php | 10 ++++++++ 7 files changed, 100 insertions(+), 59 deletions(-) create mode 100644 globalHTML/footer.php create mode 100644 globalHTML/header.php create mode 100644 globalHTML/menu.php create mode 100644 test.html create mode 100644 test.php diff --git a/data/scripts/footer.js b/data/scripts/footer.js index 89691954..6081934c 100644 --- a/data/scripts/footer.js +++ b/data/scripts/footer.js @@ -31,12 +31,7 @@ document.getElementById('footer').innerHTML = `
Home
- Card Creator
- Card Gallery
- Ask Urza 2.0
- Phyrexian Text
- - About Me + New Card Creator
diff --git a/globalHTML/footer.php b/globalHTML/footer.php new file mode 100644 index 00000000..a213f954 --- /dev/null +++ b/globalHTML/footer.php @@ -0,0 +1,20 @@ + + + \ No newline at end of file diff --git a/globalHTML/header.php b/globalHTML/header.php new file mode 100644 index 00000000..84674096 --- /dev/null +++ b/globalHTML/header.php @@ -0,0 +1,39 @@ + + + + + + + + + + + + + +
+
+

CARD CONJURER

+
+
+ + + + + +
+ +
\ No newline at end of file diff --git a/globalHTML/menu.php b/globalHTML/menu.php new file mode 100644 index 00000000..9d198755 --- /dev/null +++ b/globalHTML/menu.php @@ -0,0 +1,20 @@ + + + + + +
+ \ No newline at end of file diff --git a/old/index.html b/old/index.html index 31d08449..695b704a 100644 --- a/old/index.html +++ b/old/index.html @@ -1,7 +1,6 @@ - @@ -257,32 +256,6 @@
-
-
- - - -
-
- - - -
-
@@ -295,32 +268,6 @@
-
-
- - - -
-
- - - -
-
diff --git a/test.html b/test.html new file mode 100644 index 00000000..86d5c728 --- /dev/null +++ b/test.html @@ -0,0 +1,10 @@ + + 404 - Card Conjurer +
+

404

+

Page Not Found

+
+
+

The page you seek is as lost as Fblthp.

+
+ \ No newline at end of file diff --git a/test.php b/test.php new file mode 100644 index 00000000..86d5c728 --- /dev/null +++ b/test.php @@ -0,0 +1,10 @@ + + 404 - Card Conjurer +
+

404

+

Page Not Found

+
+
+

The page you seek is as lost as Fblthp.

+
+ \ No newline at end of file