From 902dd23ea140d9cf0cfc7f2f95bb94fea94fc77c Mon Sep 17 00:00:00 2001 From: Joshua Perry <45966243+jpez-development@users.noreply.github.com> Date: Mon, 23 Jan 2023 17:49:55 +0000 Subject: [PATCH] generified response page --- templates/notFound.html.php | 3 --- templates/response.html.php | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 templates/notFound.html.php create mode 100644 templates/response.html.php diff --git a/templates/notFound.html.php b/templates/notFound.html.php deleted file mode 100644 index ecc6c37..0000000 --- a/templates/notFound.html.php +++ /dev/null @@ -1,3 +0,0 @@ -
-

The page you have requested has not been found

-
\ No newline at end of file diff --git a/templates/response.html.php b/templates/response.html.php new file mode 100644 index 0000000..b86b4c5 --- /dev/null +++ b/templates/response.html.php @@ -0,0 +1,3 @@ +
+

+
\ No newline at end of file