diff --git a/assets/css/style.css b/assets/css/style.css index 0b052ff..8de148c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -357,6 +357,15 @@ a:not(:has(img)):hover { text-decoration: underline; } margin-bottom: auto; } +.error { + font-family: Monospace, system-ui; + text-align: center; +} + +.error a { + text-decoration: underline; +} + /*Shit to make it not terrible for mobile users.*/ @media (max-width: 1200px) { .content { diff --git a/errors/401.html b/errors/401.html index 8b7d3f0..d99d9a0 100644 --- a/errors/401.html +++ b/errors/401.html @@ -10,7 +10,7 @@ -
+

401!

401 - Unauthorized

Return to the index!

diff --git a/errors/403.html b/errors/403.html index 5ff8d4a..6292eeb 100644 --- a/errors/403.html +++ b/errors/403.html @@ -10,7 +10,7 @@ -
+

403!

403 - Forbidden

Return to the index!

diff --git a/errors/404.html b/errors/404.html index 499385f..8b7f12f 100644 --- a/errors/404.html +++ b/errors/404.html @@ -10,7 +10,7 @@ -
+

404!

404 - Page not found

Return to the index!

diff --git a/errors/500.html b/errors/500.html index 567766c..07f39c3 100644 --- a/errors/500.html +++ b/errors/500.html @@ -10,7 +10,7 @@ -
+

500!

500 - Internal Server Error

Return to the index!

diff --git a/errors/502.html b/errors/502.html index f81bba1..34853fb 100644 --- a/errors/502.html +++ b/errors/502.html @@ -10,7 +10,7 @@ -
+

502!

502 - Bad gateway

Return to the index!