aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/error/403.html10
-rw-r--r--public/error/404.html10
2 files changed, 0 insertions, 20 deletions
diff --git a/public/error/403.html b/public/error/403.html
deleted file mode 100644
index e38aa4c..0000000
--- a/public/error/403.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.error.php'; ?>
-
- <h1 class="text-6xl font-bold text-red-500">403</h1>
- <h2 class="text-xl text-gray-800 mb-1">Error 403 - Forbidden.</h2>
- <h2 class="text-xl text-gray-800">
- You can head back to the
- <a class="text-blue-500 no-underline border-b-2 border-blue-500" href="/">homepage</a>.
- </h2>
-
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
diff --git a/public/error/404.html b/public/error/404.html
deleted file mode 100644
index 8632267..0000000
--- a/public/error/404.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.error.php'; ?>
-
- <h1 class="text-6xl font-bold text-red-500">404</h1>
- <h2 class="text-xl text-gray-800 mb-1">Error 404 - Page not found.</h2>
- <h2 class="text-xl text-gray-800">
- You can head back to the
- <a class="text-blue-500 no-underline border-b-2 border-blue-500" href="/">homepage</a>.
- </h2>
-
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>