From addfa4facb1148cd8cc5dd02317a950ee156a45d Mon Sep 17 00:00:00 2001 From: karemarsy Date: Fri, 1 May 2020 12:47:13 +0200 Subject: [PATCH] Add css in 404,422,500 pages Added some styling in 404,422,500 --- public/404.html | 4 +-- public/422.html | 72 +++++++++++-------------------------------------- public/500.html | 72 +++++++++++-------------------------------------- 3 files changed, 34 insertions(+), 114 deletions(-) diff --git a/public/404.html b/public/404.html index f36936b..e91843c 100644 --- a/public/404.html +++ b/public/404.html @@ -16,8 +16,8 @@

404

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.

+

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



+ diff --git a/public/422.html b/public/422.html index c08eac0..9c19266 100644 --- a/public/422.html +++ b/public/422.html @@ -1,67 +1,27 @@ + The change you wanted was rejected (422) - + - + -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

+
+
+
+
+

405

+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+

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



+ +
+
-

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

- + + \ No newline at end of file diff --git a/public/500.html b/public/500.html index 78a030a..51d671f 100644 --- a/public/500.html +++ b/public/500.html @@ -1,66 +1,26 @@ + We're sorry, but something went wrong (500) - + - + -
-
-

We're sorry, but something went wrong.

+
+
+
+
+

500

+

We're sorry, but something went wrong.

+

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



+ +
+
-

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

- - + + + \ No newline at end of file