From dd45dfb0d951cb4493318db0c0934b47379fbf3d Mon Sep 17 00:00:00 2001 From: ParadoxGitHub <70107937+ParadoxGitHub@users.noreply.github.com> Date: Sun, 19 Mar 2023 17:35:32 -0400 Subject: [PATCH] badwifi update part 2!!!!! --- javascript/badwifi/index.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/javascript/badwifi/index.html b/javascript/badwifi/index.html index 7fc85dd4..5e3d86c8 100644 --- a/javascript/badwifi/index.html +++ b/javascript/badwifi/index.html @@ -28,6 +28,7 @@ top: 30vh; position: relative; font-size: 1.75vw; + transition: all 0.4s; } #clienttitle { @@ -76,11 +77,11 @@ width: 80vw; margin:auto; top: 28vh; - height: 0.2vh; + height: 1px; position: relative; border: 5px solid black; border-radius: 20vw; - padding: 1.15vw; + padding: 1vw; } #dividk { @@ -150,8 +151,10 @@ let versionText = document.getElementById("clientversion"); title.style.fontSize = "10vw"; versionText.style.left = "81vw"; - versionText.style.top = "31vh"; - versionText.style.fontSize = "3.5vw"; + versionText.style.top = "10vh"; + title.style.top = "3vh"; + versionText.style.fontSize = "3.5vw"; + document.getElementById("progresstext").style.top = "3vh"; interval = setInterval(() => { // checks if user clicked the screen enableClick(); @@ -173,6 +176,8 @@ versionText.style.left = "74vw"; versionText.style.top = "31vh"; versionText.style.fontSize = "2.5vw"; + title.style.top = "25vh"; + document.getElementById("progresstext").style.top = "30vh"; document.getElementById("progresstext").innerText = "Loading Resent "+versionNum; } @@ -223,7 +228,12 @@ assetsURI: "assets.epk", localesURI: "lang/", servers: [ - { addr: "ws://localhost:8081/", name: "Local test server" } + { addr: "wss://mc.arch.lol/", name: "ArchMC" }, + { addr: "wss://zentic.org/", name: "Zentic" }, + { addr: "wss://hyper-network.me/", name: "Hyper Network" }, + { addr: "wss://mc.asspixel.net/", name: "Ass Pixel" }, + { addr: "wss://konemc.ga/", name: "koneMC" } + ] };