404 Not Found
The page you are looking for does not exist.
-
From 64adc9a339e63c4acbb8298060af0198bb9081ab Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:40:39 -0700 Subject: [PATCH] MineXLauncher 1.3 --- public/404.html | 32 ++---------- public/home/archive/index.html | 36 +++++++------ public/home/clients/index.html | 2 +- public/home/downloads/index.html | 2 +- public/home/game/index.html | 2 +- public/index.html | 3 +- public/mobile/index.html | 2 +- public/mods/client/index.html | 2 +- public/mods/mods/index.html | 2 +- public/mods/resourcepacks/index.html | 2 +- public/offline.html | 35 +++++++++++++ public/resources/styles/default.css | 75 ++++++++++++++++++++++------ public/servers/index.html | 2 +- public/service-worker.js | 46 +++++++++++++++++ public/settings/index.html | 2 +- public/sw-register.js | 12 +++++ public/temp.html | 22 -------- public/updates/index.html | 7 ++- src/resources/scripts/main.ts | 10 ++-- 19 files changed, 197 insertions(+), 99 deletions(-) create mode 100644 public/offline.html create mode 100644 public/service-worker.js create mode 100644 public/sw-register.js delete mode 100644 public/temp.html diff --git a/public/404.html b/public/404.html index ee67a50..296c908 100644 --- a/public/404.html +++ b/public/404.html @@ -2,7 +2,10 @@
+The page you are looking for does not exist.