Update index.html

This commit is contained in:
Preston 2024-02-13 15:05:29 -08:00 committed by GitHub
parent f03116a518
commit dc9ce805ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -306,12 +306,6 @@
assetsURI: "assets.epk", assetsURI: "assets.epk",
localesURI: "lang/", localesURI: "lang/",
servers: [ servers: [
{ addr: "wss://mc.arch.lol/", name: "ArchMC" },
{ addr: "wss://ep.rufan.tech", name: "TimeLegacy"},
{ addr: "wss://mc.asspixel.net/", name: "Ass Pixel" },
{ addr: "wss://clever-teaching.com", name: "Clever Teaching" },
{ addr: "wss://intelle.cloud/soccer", name: "Valkaria" },
{ addr: "wss://play.hellscaped.tech", name: "HellTech Network"}
], ],
demoMode: false, demoMode: false,
worldsDB: "worlds", worldsDB: "worlds",
@ -371,4 +365,4 @@
<button id="keyboardButton" style="display:none; position: absolute; left: 85vw; top: 0px; font-size: 15px; height: 50px; width: 100px; -webkit-tap-highlight-color: transparent;">Open Keyboard</button> <input type="text" id="fakeKeyboard" style="display:none; position: absolute; top: 0px; left: 85vw; width: 100px; height: 50px; opacity: 0; -webkit-tap-highlight-color: transparent;"> <button id="keyboardButton" style="display:none; position: absolute; left: 85vw; top: 0px; font-size: 15px; height: 50px; width: 100px; -webkit-tap-highlight-color: transparent;">Open Keyboard</button> <input type="text" id="fakeKeyboard" style="display:none; position: absolute; top: 0px; left: 85vw; width: 100px; height: 50px; opacity: 0; -webkit-tap-highlight-color: transparent;">
<button id="toggleControls" style="display:none; position: absolute; left: 85vw; top: 50px; font-size: 15px; height: 50px; width: 100px; -webkit-tap-highlight-color: transparent;">Toggle Controls</button> <button id="toggleControls" style="display:none; position: absolute; left: 85vw; top: 50px; font-size: 15px; height: 50px; width: 100px; -webkit-tap-highlight-color: transparent;">Toggle Controls</button>
</body> </body>
</html> </html>