Forgot to upded index.html so its accessible
This commit is contained in:
parent
3f51d230a7
commit
9ff705661a
@ -49,6 +49,7 @@
|
||||
<p>Have any questions, bug reports, or suggestions? Join our Discord server by pressing the button below!</p>
|
||||
<a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</a>
|
||||
<p>Scroll down to the bottom for buttons/links.</p>
|
||||
<p>WASM usually has better performance</p>
|
||||
</section>
|
||||
<div class="clientbutton">
|
||||
<section class="clients">
|
||||
@ -65,6 +66,9 @@
|
||||
<a class="version-link filter-button" href="./eagler-files/1.8/Main/index.html">
|
||||
<button>Main 1.8 Client</button>
|
||||
</a>
|
||||
<a class="version-link filter-button" href="./eagler-files/wasm/1.8/Main/index.html">
|
||||
<button>Main 1.8 Client [WASM]</button>
|
||||
</a>
|
||||
<a class="version-link filter-button" href="./eagler-files/1.8/resent4.0/index.html">
|
||||
<button>Resent Client 4.0</button>
|
||||
</a>
|
||||
@ -72,7 +76,10 @@
|
||||
<button>Shadow Client</button>
|
||||
</a>
|
||||
<a class="version-link filter-button" href="./eagler-files/1.8/Astra_Client.html">
|
||||
<button>Astra Client 1.3</button>
|
||||
<button>Astra Client</button>
|
||||
</a>
|
||||
<a class="version-link filter-button" href="./eagler-files/wasm/1.8/Astra_Client-WASM.html">
|
||||
<button>Astra Client [WASM]</button>
|
||||
</a>
|
||||
<a class="version-link filter-button" href="./eagler-files/1.8/EaglerForge/index.html">
|
||||
<button>EaglerForge</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user