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.html30
1 files changed, 0 insertions, 30 deletions
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 @@
-<?php $title = '404 - ' ?>
-
-<?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">404</h1>
-
- <br>
-
- <h2>Error 404 - Page not found.</h2>
- <p>Check the URL and try again.<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'; ?>