diff --git a/index.html b/index.html index 5549a4e..d53d773 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,10 @@ - + - Emerald Legacy Launcher | Play Minecraft Legacy Edition - + Maintenance | LCE Emerald Launcher + @@ -15,6 +14,14 @@ href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&family=Silkscreen:wght@400;700&display=swap" rel="stylesheet"> + + + + @@ -25,337 +32,72 @@ - + + updateUI(); + + audioBtn?.addEventListener('click', () => { + isMuted = !isMuted; + localStorage.setItem('emerald-muted', isMuted); + updateUI(); + }); + }); + - + \ No newline at end of file diff --git a/index.html.bak b/index.html.bak new file mode 100644 index 0000000..5549a4e --- /dev/null +++ b/index.html.bak @@ -0,0 +1,361 @@ + + + + + + + + Emerald Legacy Launcher | Play Minecraft Legacy Edition + + + + + + + + + +
+
+
+
+ + +
+ + + + + + + + +