[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>
|
<svelte:head>
|
||||||
<title>Downloads</title>
|
<title>Downloads</title>
|
||||||
<meta name="description" content="About this app" />
|
<meta name="description" content="About this app" />
|
||||||
|
@ -11,11 +7,6 @@
|
||||||
<h1>Downloads</h1>
|
<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>
|
<p>You've decided to download ExploreCraft?<br>Here you'll find all the download links and instructions to install ExploreCraft!</p>
|
||||||
</div>
|
</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">
|
<div class="grid">
|
||||||
<article class="main-card">
|
<article class="main-card">
|
||||||
|
@ -58,7 +49,7 @@
|
||||||
of ExploreCraft which may have game-breaking bugs, unfinished features and
|
of ExploreCraft which may have game-breaking bugs, unfinished features and
|
||||||
world corruptions at the cost of new features.
|
world corruptions at the cost of new features.
|
||||||
</p>
|
</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>
|
<a href="#instructions" role="button" class="outline">Instructions</a>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue