Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 2ac42a8

Browse files
committed
fix buttons on front page
1 parent d60bbc2 commit 2ac42a8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

_layouts/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@
4343
<img src="/images/backthematic.webp" alt="MuonMC thematic background image">
4444
<div class="big-image-text">
4545
<p>The modloader that works.</p>
46-
<button class="button-download" type="button">Download</button>
47-
<button class="button-develop">Develop</button>
46+
<a href="/download.html">
47+
<button class="button-download" type="button">Download</button>
48+
</a>
49+
<a href="/develop.html">
50+
<button class="button-develop">Develop</button>
51+
</a>
4852
</div>
4953
</div>
5054

0 commit comments

Comments
 (0)