From 270d6ccfbf16f10ff01b617ce17e8e1a5782c34f Mon Sep 17 00:00:00 2001 From: Asartea <76259120+Asartea@users.noreply.github.com> Date: Thu, 22 Jun 2023 07:45:47 +0200 Subject: [PATCH 1/3] remove 400.html --- public/400.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 public/400.html diff --git a/public/400.html b/public/400.html deleted file mode 100644 index eb06774959..0000000000 --- a/public/400.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - Bad Request (400) - - - - - -
-

You made a bad request

-

Go in the corner and think about what you did.

-
- - From 2bdf96816da1181174d4b0f35204f2f51da771f9 Mon Sep 17 00:00:00 2001 From: Asartea <76259120+Asartea@users.noreply.github.com> Date: Thu, 22 Jun 2023 07:46:03 +0200 Subject: [PATCH 2/3] Update static error pages to use modern styling --- public/422.html | 107 +++++++++++++++++++++++++++++++++++++----------- public/500.html | 104 ++++++++++++++++++++++++++++++++++++---------- 2 files changed, 167 insertions(+), 44 deletions(-) diff --git a/public/422.html b/public/422.html index 83660ab187..9f4783bb95 100644 --- a/public/422.html +++ b/public/422.html @@ -1,26 +1,87 @@ - - The change you wanted was rejected (422) - - + + 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.

-
- - + + +
+
+

422

+

The change you wanted was rejected

+

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

+ +
+
+ + \ No newline at end of file diff --git a/public/500.html b/public/500.html index f3648a0dbc..9b708e460b 100644 --- a/public/500.html +++ b/public/500.html @@ -1,25 +1,87 @@ - - We're sorry, but something went wrong (500) - - + + We're sorry, but something went wrong (500) + + - - -
-

We're sorry, but something went wrong.

-
- + + +
+
+

500

+

We're sorry, but something went wrong.

+

Thats all we know.

+ +
+
+ From e5153e52f2f688491ba409d28cb52cc67d0cc42d Mon Sep 17 00:00:00 2001 From: Asartea <76259120+Asartea@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:59:19 +0200 Subject: [PATCH 3/3] styling tweaks and change some wording around --- public/422.html | 49 ++++++++++++++++++++++--------------------------- public/500.html | 49 ++++++++++++++++++++++--------------------------- 2 files changed, 44 insertions(+), 54 deletions(-) diff --git a/public/422.html b/public/422.html index 9f4783bb95..9e5f66d45c 100644 --- a/public/422.html +++ b/public/422.html @@ -1,43 +1,38 @@ - The change you wanted was rejected (422) + Unprocessable entity | The Odin Project