From ad638ef47d58ca67f533a9256c9badc2bde549c2 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Wed, 16 Dec 2020 17:09:56 -0800 Subject: [PATCH] php --- 404.html | 30 ------------------------------ 404.php | 4 ++-- index.html | 29 ----------------------------- index.php | 9 +++++++++ 4 files changed, 11 insertions(+), 61 deletions(-) delete mode 100644 404.html delete mode 100644 index.html create mode 100644 index.php diff --git a/404.html b/404.html deleted file mode 100644 index fb2b0c22..00000000 --- a/404.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - -
-
-
- - 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/404.php b/404.php index 86d5c728..5da43f2f 100644 --- a/404.php +++ b/404.php @@ -1,4 +1,4 @@ - + 404 - Card Conjurer

404

@@ -7,4 +7,4 @@

The page you seek is as lost as Fblthp.

- \ No newline at end of file + \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 10e7782e..00000000 --- a/index.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - -
-
-
- - Card Conjurer -
-

Welcome to Card Conjurer

-
-
-

The home page is currently under construction...

-
- - - - \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 00000000..2cc277cf --- /dev/null +++ b/index.php @@ -0,0 +1,9 @@ + + Card Conjurer +
+

Welcome to Card Conjurer

+
+
+

The home page is currently under construction...

+
+ \ No newline at end of file