diff --git a/err/400.html b/err/400.html index b4b228c..0c3ceb0 100644 --- a/err/400.html +++ b/err/400.html @@ -1,13 +1,14 @@ - System64.dev - Error - - + System64.dev - 400 Bad Request + + +
- Glitched looking Warning icon + Glitched looking critical error icon

400 - Bad Request

Your request cannot be processed at this time.

This error has been logged, If this keeps happening contact the webmaster.

diff --git a/err/403.html b/err/403.html index 409f345..03e65cf 100644 --- a/err/403.html +++ b/err/403.html @@ -1,13 +1,14 @@ - System64.dev - Error - - + System64.dev - 403 Forbidden + + +
- Glitched looking Warning icon + Glitched looking critical icon

403 - Access Forbidden.

You do not have permission to access this page.

diff --git a/err/404.html b/err/404.html index 8efe3e0..bb0d6bc 100644 --- a/err/404.html +++ b/err/404.html @@ -1,13 +1,14 @@ - System64.dev - Error - - + System64.dev - 404 Not Found + + +
- Glitched looking Warning icon + Glitched looking Warning icon

404 - Not Found

Great and Powerful unicorns behind curtains! That page couldn't be found on the server!

Expecting something here? It may have been moved or is simply missing.

diff --git a/err/429.html b/err/429.html index c85eb03..8afea80 100644 --- a/err/429.html +++ b/err/429.html @@ -1,16 +1,16 @@ - System64.dev - Error - - + System64.dev - 429 Ratelimited + + +
-
- Glitched looking Warning icon -

429 - Too many requests

-

Chill down there pardner! You're being ratelimited!

+ Glitched looking critical  icon +

429 - Too Many Requests

+

Woah there now, pardner! Chill down, ratelimited.

Ratelimits don't last very long, Check back later.

diff --git a/err/500.html b/err/500.html index 41ef655..1000631 100644 --- a/err/500.html +++ b/err/500.html @@ -1,19 +1,14 @@ - System64.dev - Error - - - - - - - - + System64.dev - 500 Internal Server Error + + +
- Glitched looking Warning icon + Glitched looking critical icon

500 - Internal Server Error

An internal server error or misconfiguration occurred.

This error has been logged, If this keeps happening contact the webmaster.

diff --git a/err/502.html b/err/502.html index ad208ae..b199999 100644 --- a/err/502.html +++ b/err/502.html @@ -1,16 +1,16 @@ - - System64.dev - Error - - - + + System64.dev - 502 Bad Gateway + + + +
-
- Glitched looking Warning icon -

502 - Bad Gateway

-

The server sent an invalid response.

+ Glitched looking critical icon +

500 - Bad Gateway

+

The server sent an unexpected response.

This error has been logged, If this keeps happening contact the webmaster.

diff --git a/err/503.html b/err/503.html index f8858f0..a7fc0c1 100644 --- a/err/503.html +++ b/err/503.html @@ -1,13 +1,14 @@ - System64.dev - Error - - + System64.dev - Service Unavailable + + +
- Glitched looking Warning icon + Glitched looking Warning icon

503 - Service Unavailable

The server is not ready to process this request at this time.

The server may be down for maintenance, or is currently overloaded. Nonetheless, This error has been recorded.

diff --git a/img/bg/bg_bw.jpg b/img/bg/bg_bw.jpg new file mode 100644 index 0000000..a04c450 Binary files /dev/null and b/img/bg/bg_bw.jpg differ diff --git a/styles/err_style.css b/styles/err_style.css index 58848d8..c8f81f2 100644 --- a/styles/err_style.css +++ b/styles/err_style.css @@ -2,7 +2,7 @@ /* decoration */ body { - background-image: url("/img/bg_avif.avif"); + background-image: url("../img/bg/bg_bw.jpg"); } /* positioning and sizing */