[c] update download page

This commit is contained in:
Sangelo 2024-05-21 08:14:20 +00:00
parent fc2b4baa4b
commit 5307f0a6e8

View file

@ -1,7 +1,3 @@
<script>
import MsgBox from "$lib/modules/MsgBox.svelte";
</script>
<svelte:head>
<title>Downloads</title>
<meta name="description" content="About this app" />
@ -11,11 +7,6 @@
<h1>Downloads</h1>
<p>You've decided to download ExploreCraft?<br>Here you'll find all the download links and instructions to install ExploreCraft!</p>
</div>
<MsgBox
type="warning"
message="<br>Currently WIP. You'll find downloads on this page,<br>though some links aren't currently ready."
prefix=" Note "
/>
<div class="grid">
<article class="main-card">
@ -58,7 +49,7 @@
of ExploreCraft which may have game-breaking bugs, unfinished features and
world corruptions at the cost of new features.
</p>
<a href="https://gitpot.org/ExploreCraft/modpack/src/branch/dev" role="button">Download</a>
<a href="https://gitpot.org/ExploreCraft/modpack/src/branch/dev-marbled" role="button">Download</a>
<a href="#instructions" role="button" class="outline">Instructions</a>
</article>
</div>