aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-29 14:06:25 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-29 14:06:25 -0400
commit2eb01c07ec381fbc75920767cf15799218d24d17 (patch)
tree0d7fa66fbc0293e547def2f210f1ba9de1112dab
parent82a4bdab4e478f6460553a30fffd85a4698fdd78 (diff)
downloadedwinmattiacci.com-2eb01c07ec381fbc75920767cf15799218d24d17.tar.gz
edwinmattiacci.com-2eb01c07ec381fbc75920767cf15799218d24d17.tar.bz2
edwinmattiacci.com-2eb01c07ec381fbc75920767cf15799218d24d17.zip
public/error: Adjust headers and upgrade to latest Tailwind
-rw-r--r--public/error/403.html9
-rw-r--r--public/error/404.html9
2 files changed, 8 insertions, 10 deletions
diff --git a/public/error/403.html b/public/error/403.html
index 6bb5d46..e38aa4c 100644
--- a/public/error/403.html
+++ b/public/error/403.html
@@ -1,11 +1,10 @@
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.error.php'; ?>
- <h1 style="color: #FF6978; font-size: 8em;">403</h1>
- <h2 class="text-xl font-normal text-grey-darkest">Error 403 - Forbidden.</h2>
- <br>
- <h2 class="text-xl font-normal text-grey-darkest">
+ <h1 class="text-6xl font-bold text-red-500">403</h1>
+ <h2 class="text-xl text-gray-800 mb-1">Error 403 - Forbidden.</h2>
+ <h2 class="text-xl text-gray-800">
You can head back to the
- <a class="text-blue no-underline border-b-2 border-blue" href="/">homepage</a>.
+ <a class="text-blue-500 no-underline border-b-2 border-blue-500" href="/">homepage</a>.
</h2>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
diff --git a/public/error/404.html b/public/error/404.html
index 254fa1f..8632267 100644
--- a/public/error/404.html
+++ b/public/error/404.html
@@ -1,11 +1,10 @@
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.error.php'; ?>
- <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">
+ <h1 class="text-6xl font-bold text-red-500">404</h1>
+ <h2 class="text-xl text-gray-800 mb-1">Error 404 - Page not found.</h2>
+ <h2 class="text-xl text-gray-800">
You can head back to the
- <a class="text-blue no-underline border-b-2 border-blue" href="/">homepage</a>.
+ <a class="text-blue-500 no-underline border-b-2 border-blue-500" href="/">homepage</a>.
</h2>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>