diff --git a/src/pages/errorTemplates/404.html b/src/pages/errorTemplates/404.html index 4b76e304..554c0994 100644 --- a/src/pages/errorTemplates/404.html +++ b/src/pages/errorTemplates/404.html @@ -28,7 +28,7 @@
-

Page not found!

+

Page not found!

\ No newline at end of file diff --git a/src/pages/errorTemplates/500.html b/src/pages/errorTemplates/500.html index a4b1bf74..4f9b1d12 100644 --- a/src/pages/errorTemplates/500.html +++ b/src/pages/errorTemplates/500.html @@ -28,8 +28,8 @@
-

Something exploded! (500 Internal Server Error)

-

If you keep seeing this page, contact me via E-Mail or on reddit!

+

Something exploded! (500 Internal Server Error)

+

If you keep seeing this page, contact me via E-Mail or on reddit!

\ No newline at end of file diff --git a/src/pages/errorTemplates/503.html b/src/pages/errorTemplates/503.html index 5c2947c1..010e2f49 100644 --- a/src/pages/errorTemplates/503.html +++ b/src/pages/errorTemplates/503.html @@ -28,7 +28,7 @@
-

Currently in maintenance mode. Check back in a bit!

+

Currently in maintenance mode. Check back in a bit!

\ No newline at end of file diff --git a/src/resources/css/error_style.css b/src/resources/css/error_style.css index cbf31305..2fc8c418 100644 --- a/src/resources/css/error_style.css +++ b/src/resources/css/error_style.css @@ -15,6 +15,16 @@ div#box { } p { + text-align: center; + color: white; +} + +p > a { + color: white; +} + +.big-red { + margin: 0; color: #a50000; font-size: 72px; text-align: center;