From 40b32975ea55daa02ae7e0bdf66386da4d797fd4 Mon Sep 17 00:00:00 2001 From: schisma Date: Sun, 19 Apr 2015 23:13:53 +0200 Subject: [PATCH 1/4] new 404 page --- public/404.html | 87 +++++++++++++------------------------------------ 1 file changed, 22 insertions(+), 65 deletions(-) diff --git a/public/404.html b/public/404.html index a3f3bc01..4d04dc20 100644 --- a/public/404.html +++ b/public/404.html @@ -4,83 +4,40 @@ Page not found!!1! (404) -
-
-

The page you were looking for doesn't exist.

-

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

-
-

If you think you found a bug, please let us know.

-
- + +

404. It dun goofed. But play some Pong while you're at it.

+ From 4d2423f6a3f0ac7975cbcb88e22b42933bf4a6f0 Mon Sep 17 00:00:00 2001 From: schisma Date: Sun, 19 Apr 2015 23:27:53 +0200 Subject: [PATCH 2/4] colors and more error pages --- public/404.html | 17 +++++++- public/422.html | 104 ++++++++++++++++++------------------------------ public/500.html | 103 +++++++++++++++++------------------------------ 3 files changed, 90 insertions(+), 134 deletions(-) diff --git a/public/404.html b/public/404.html index 4d04dc20..1614037a 100644 --- a/public/404.html +++ b/public/404.html @@ -13,6 +13,7 @@ h1 { font-family: sans-serif; font-size: 1.5em; + display: inline-block; margin-left: 10px; margin-top: 10px; } @@ -21,6 +22,18 @@ font-size: 0.7em; font-weight: 300; } + + span#links { + font-family: sans-serif; + float: right; + margin-right: 10px; + margin-top: 17px; + } + + span#links > a { + color: #5E35B1; + text-decoration: none; + } @media only screen and (max-device-width: 480px) { canvas { @@ -35,9 +48,9 @@ -

404. It dun goofed. But play some Pong while you're at it.

+

404. It dun goofed. But play some Pong while you're at it.

Is it a bug? · Back to Retrospring diff --git a/public/422.html b/public/422.html index 1ad40533..d32a1daa 100644 --- a/public/422.html +++ b/public/422.html @@ -1,86 +1,58 @@ - The change you wanted was rejected (422) + Page not found!!1! (404) -
-
-

The change you wanted was rejected.

-

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

-
-

If you think you found a bug, please please let us know.

-
- + +

422. The change you wanted was rejected.But play some Pong while you're at it.

Is it a bug? · Back to Retrospring + + + diff --git a/public/500.html b/public/500.html index b6d8e9ea..71488004 100644 --- a/public/500.html +++ b/public/500.html @@ -1,85 +1,56 @@ - We're sorry, but something went wrong (500) + Page not found!!1! (404) -
-
-

Looks like something went wrong!

-
-

This usually happens due to an error in our code. If you think you found a bug, please let us know.

-
- + +

500. Something went wrong :(But play some Pong while you're at it.

Is it a bug? · Back to Retrospring + - + \ No newline at end of file From 653b8ade41432a33f262c3d964192318faf61b6c Mon Sep 17 00:00:00 2001 From: schisma Date: Sun, 19 Apr 2015 23:38:10 +0200 Subject: [PATCH 3/4] changed title for 500 and 422 --- public/422.html | 2 +- public/500.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/422.html b/public/422.html index d32a1daa..a9029292 100644 --- a/public/422.html +++ b/public/422.html @@ -1,7 +1,7 @@ - Page not found!!1! (404) + REJECTED WOAH (422)