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