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.html29
1 files changed, 0 insertions, 29 deletions
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 @@
-<?php $title = '403 - ' ?>
-
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/header.error.php'; ?>
-
-<section class="section hero" itemscope itemtype="http://schema.org/HomePage">
-
- <div class="hero-body">
- <div class="container">
- <div class="columns">
- <div class="column is-8 is-offset-2 has-text-centered">
-
- <h1 class="error__headerSize">403</h1>
-
- <br>
-
- <h2>Error 403 - Forbidden.</h2>
- <p>You cannot access this resource.<p>
-
- <br>
-
- <p>You can head back to the <a href="/">homepage</a>.</p>
-
- </div>
- </div>
- </div>
- </div>
-</section>
-
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/footer.php'; ?>