aboutsummaryrefslogtreecommitdiff
path: root/public/error/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/error/404.html')
-rw-r--r--public/error/404.html10
1 files changed, 0 insertions, 10 deletions
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'; ?>