1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

Fix downloads

This commit is contained in:
zumbiepig
2024-07-26 14:24:02 -07:00
parent 24cc0524d0
commit c4a75c750e
14 changed files with 12 additions and 11 deletions

View File

@@ -41,7 +41,7 @@
<img src="/resources/images/covers/minecraft.png" class="cover-image" />
<div class="installations">
<button class="play-button" onclick="game.play('/game/web/mobile/eaglerpocketmobile-1.8.8/')">Play</button>
<a class="play-button" href="/game/offline/mobile/eaglerpocketmobile-1.8.8/index.html" download="EaglerPocketMobile_Offline.html">Download Offline</a>
<a class="play-button" href="/game/offline/mobile/EaglerPocketMobile_1.8.8.html" download>Download Offline</a>
</div>
</div>
</div>