aboutsummaryrefslogtreecommitdiff
path: root/public/error/403.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/error/403.html')
-rw-r--r--public/error/403.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/public/error/403.html b/public/error/403.html
index 1588eb6..6bb5d46 100644
--- a/public/error/403.html
+++ b/public/error/403.html
@@ -1,8 +1,5 @@
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.error.php'; ?>
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
-
-
<h1 style="color: #FF6978; font-size: 8em;">403</h1>
<h2 class="text-xl font-normal text-grey-darkest">Error 403 - Forbidden.</h2>
<br>
@@ -11,5 +8,4 @@
<a class="text-blue no-underline border-b-2 border-blue" href="/">homepage</a>.
</h2>
-
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>