aboutsummaryrefslogtreecommitdiff
path: root/public/error/404.html
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-12-16 11:56:57 -0500
committerThedro Neely <thedroneely@gmail.com>2018-12-16 11:56:57 -0500
commit33b986037b149c0d9a7bb7cc3673f3248d72a3bc (patch)
treea73ddd60e4af6814e7729e5f99cc127256844465 /public/error/404.html
parentffc25e850ed495be7466eb3a9302fdab186c4333 (diff)
downloadedwinmattiacci.com-33b986037b149c0d9a7bb7cc3673f3248d72a3bc.tar.gz
edwinmattiacci.com-33b986037b149c0d9a7bb7cc3673f3248d72a3bc.tar.bz2
edwinmattiacci.com-33b986037b149c0d9a7bb7cc3673f3248d72a3bc.zip
public/error: Add error pages and experimental tester
Diffstat (limited to 'public/error/404.html')
-rw-r--r--public/error/404.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/public/error/404.html b/public/error/404.html
new file mode 100644
index 0000000..575149e
--- /dev/null
+++ b/public/error/404.html
@@ -0,0 +1,18 @@
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.error.php'; ?>
+
+ <main>
+ <div class="intro">
+
+ <h1 class="error__header">404</h1>
+
+ <br>
+ <h1>¯\_(ツ)_/¯</h1>
+ <br>
+
+ <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'; ?>