[c] update download page
This commit is contained in:
parent
fc2b4baa4b
commit
5307f0a6e8
1 changed files with 1 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue