From 764e5c830c1148aaf15569f797d5ace2f7074c0e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Mar 2024 10:52:27 -0400 Subject: Fix error pages aligning with puzzle IDs --- public/errors/404.html | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ public/errors/422.html | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ public/errors/500.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 200 insertions(+) create mode 100644 public/errors/404.html create mode 100644 public/errors/422.html create mode 100644 public/errors/500.html (limited to 'public/errors') diff --git a/public/errors/404.html b/public/errors/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/public/errors/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (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.

+
+ + diff --git a/public/errors/422.html b/public/errors/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/public/errors/422.html @@ -0,0 +1,67 @@ + + + + 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.

+
+

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

+
+ + diff --git a/public/errors/500.html b/public/errors/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/public/errors/500.html @@ -0,0 +1,66 @@ + + + + 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.

+
+ + -- cgit 1.4.1