From 58c1ee17839502fa5b2b7f06536dee7e90f29989 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:33:40 -0700 Subject: [PATCH] . --- public/404.html | 56 +++++++++++++++++-- public/home/archive/index.html | 2 +- public/home/clients/index.html | 2 +- public/home/downloads/index.html | 2 +- public/home/game/index.html | 2 +- public/mobile/index.html | 2 +- public/mods/client/index.html | 2 +- public/mods/mods/index.html | 2 +- public/mods/resourcepacks/index.html | 2 +- .../styles/{main.css => default.css} | 10 ++++ public/servers/index.html | 2 +- public/settings/index.html | 2 +- public/updates/index.html | 2 +- 13 files changed, 73 insertions(+), 15 deletions(-) rename public/resources/styles/{main.css => default.css} (98%) diff --git a/public/404.html b/public/404.html index 216e154..7657efd 100644 --- a/public/404.html +++ b/public/404.html @@ -2,7 +2,8 @@ - 404 Page Not Found + + diff --git a/public/home/clients/index.html b/public/home/clients/index.html index 5428b53..3e59d51 100644 --- a/public/home/clients/index.html +++ b/public/home/clients/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/home/downloads/index.html b/public/home/downloads/index.html index a811151..6d7fc74 100644 --- a/public/home/downloads/index.html +++ b/public/home/downloads/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/home/game/index.html b/public/home/game/index.html index 827b11d..0eff225 100644 --- a/public/home/game/index.html +++ b/public/home/game/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/mobile/index.html b/public/mobile/index.html index cc40be5..963e867 100644 --- a/public/mobile/index.html +++ b/public/mobile/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/mods/client/index.html b/public/mods/client/index.html index ff2548a..cfa8b05 100644 --- a/public/mods/client/index.html +++ b/public/mods/client/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/mods/mods/index.html b/public/mods/mods/index.html index c4f8f4e..f8dabb9 100644 --- a/public/mods/mods/index.html +++ b/public/mods/mods/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/mods/resourcepacks/index.html b/public/mods/resourcepacks/index.html index 8c2a5ea..cc84f38 100644 --- a/public/mods/resourcepacks/index.html +++ b/public/mods/resourcepacks/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/resources/styles/main.css b/public/resources/styles/default.css similarity index 98% rename from public/resources/styles/main.css rename to public/resources/styles/default.css index 01f0668..f382ab6 100644 --- a/public/resources/styles/main.css +++ b/public/resources/styles/default.css @@ -145,6 +145,16 @@ nav { scrollbar-color: #555 #333; } +.page-not-found { + display: flex; + flex: 1; + flex-direction: column; + align-items: center; + justify-content: center; + padding: 20px; + padding-bottom: 10%; +} + .cover-image { display: flex; flex: 1; diff --git a/public/servers/index.html b/public/servers/index.html index ad0c6cd..c8d8672 100644 --- a/public/servers/index.html +++ b/public/servers/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/settings/index.html b/public/settings/index.html index c440ef4..b1a14f7 100644 --- a/public/settings/index.html +++ b/public/settings/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/updates/index.html b/public/updates/index.html index d4fcc8e..ebbf97f 100644 --- a/public/updates/index.html +++ b/public/updates/index.html @@ -2,7 +2,7 @@ - +