From dab69e5882f0188bcadd68a2ae92e59b68330cc1 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Sun, 24 May 2020 03:45:36 +0700 Subject: [PATCH] Updated built-in error pages I just noticed the old ones were loading font assets from my server, but those fonts were already long gone. On safe.fiery.me, I instead used my own builds of BobbyWibowo/HttpErrorPages so I never noticed the issues. I only recently came to realize of this after realizing a bunch of users getting temp-IP-banned from viewing error pages of other users of this fork (since my server bans high amount of 404s). --- pages/error/404.html | 16 ++++++---------- pages/error/500.html | 17 +++++++---------- 2 files changed, 13 insertions(+), 20 deletions(-) diff --git a/pages/error/404.html b/pages/error/404.html index e76f357..40fe826 100644 --- a/pages/error/404.html +++ b/pages/error/404.html @@ -1,17 +1,13 @@ - - - - - We've got some trouble | 404 - Resource not found - + + + 404 - Resource not found + -
-

Resource not found 404

-

The requested resource could not be found but may be available again in the future.

-
+

Resource not found 404

The requested resource could not be found.

+ diff --git a/pages/error/500.html b/pages/error/500.html index b9bd9c8..12bca48 100644 --- a/pages/error/500.html +++ b/pages/error/500.html @@ -1,17 +1,14 @@ - - - - - We've got some trouble | 500 - Webservice currently unavailable - + + + 500 - Webservice currently unavailable + -
-

Webservice currently unavailable 500

-

An unexpected condition was encountered.
Our service team has been dispatched to bring it back online.

-
+

Webservice currently unavailable 500

An unexpected condition was encountered. +Our service team has been dispatched to bring it back online.

+