From d1b84b7398fe5cac2d4e20feae64a781ecbaddd6 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Sat, 5 Sep 2015 00:30:11 +0200 Subject: [PATCH] Adds 404 and 500 error pages --- public/404.html | 57 +++++++++++-------------------------------------- public/500.html | 56 +++++++++++------------------------------------- 2 files changed, 24 insertions(+), 89 deletions(-) diff --git a/public/404.html b/public/404.html index b612547fc..7e18485a0 100644 --- a/public/404.html +++ b/public/404.html @@ -1,67 +1,34 @@ - The page you were looking for doesn't exist (404) + Error 404 | Not found - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
-

If you are the application owner check the logs for more information.

+
+

404

+

Not found.

diff --git a/public/500.html b/public/500.html index 061abc587..f3a4d2c85 100644 --- a/public/500.html +++ b/public/500.html @@ -1,66 +1,34 @@ - We're sorry, but something went wrong (500) + Error 500 | Internal server error - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

+
+

500

+

Internal server error.