aboutsummaryrefslogtreecommitdiff
path: root/public/error/404.html
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-18 23:36:00 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-18 23:36:00 -0400
commit962891f9f0f3521f9835bd7e961c2c229d6e227b (patch)
tree32a351dfb92f701a62de82f081c30a117b812424 /public/error/404.html
parent5fb6eefb41f4a2d9e8416d5eea3a6ad6785312c0 (diff)
downloadedwinmattiacci.com-962891f9f0f3521f9835bd7e961c2c229d6e227b.tar.gz
edwinmattiacci.com-962891f9f0f3521f9835bd7e961c2c229d6e227b.tar.bz2
edwinmattiacci.com-962891f9f0f3521f9835bd7e961c2c229d6e227b.zip
public/error: Adapt 403 & 404 error pages to a new layout
Diffstat (limited to 'public/error/404.html')
-rw-r--r--public/error/404.html16
1 files changed, 5 insertions, 11 deletions
diff --git a/public/error/404.html b/public/error/404.html
index 575149e..ba70b5c 100644
--- a/public/error/404.html
+++ b/public/error/404.html
@@ -1,18 +1,12 @@
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.error.php'; ?>
- <main>
- <div class="intro">
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
- <h1 class="error__header">404</h1>
- <br>
- <h1>¯\_(ツ)_/¯</h1>
- <br>
+ <h1 style="color: #FF6978; font-size: 8em;">404</h1>
+ <h2 class="text-xl font-normal text-grey-darkest">Error 404 - Page not found.</h2>
+ <br>
+ <h2 class="text-xl font-normal text-grey-darkest">You can head back to the <a class="text-blue" href="/">homepage</a>.</h2>
- <h2 class="error__lineHeight">Error 404 - Page not found.</h2>
- <h2>You can head back to the <a class="link__underline" href="/">homepage</a>.</h2>
-
- </div>
- </main>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>