From b3bb81b41b9d4e9fc9c183cc175ef3a15e515c69 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 1 Sep 2021 21:09:48 -0400 Subject: public: Remove error pages --- public/error/403.html | 29 ----------------------------- public/error/404.html | 30 ------------------------------ 2 files changed, 59 deletions(-) delete mode 100644 public/error/403.html delete mode 100644 public/error/404.html diff --git a/public/error/403.html b/public/error/403.html deleted file mode 100644 index 83163ff..0000000 --- a/public/error/403.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - -
- -
-
-
-
- -

403

- -
- -

Error 403 - Forbidden.

-

You cannot access this resource.

- -
- -

You can head back to the homepage.

- -
-
-
-
-
- - diff --git a/public/error/404.html b/public/error/404.html deleted file mode 100644 index 1706e10..0000000 --- a/public/error/404.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - -
- -
-
-
-
- -

404

- -
- -

Error 404 - Page not found.

-

Check the URL and try again.

- -
- -

You can head back to the homepage.

- -
-
-
-
- -
- - -- cgit v1.2.3