Skip to content

Commit

Permalink
Make the download buttons actually take you to the Github pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherRandomGithubUser authored Nov 16, 2024
1 parent 3e37019 commit ef2a369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ <h1 id="subtitle">WORK IN PROGRESS. Check back soon!</h1>
<div id ="ribbon"></div>
<div class="row">
<div class="col-md-offset-2.5 col-md-3 col-sm-offset-3 col-sm-3">
<a aria-label="Dark Place: REBIRTH Download" class="download-button pc-button" data-target="#pc_modal" data-toggle="modal" href="https://github.com/darkplace-dr/DarkPlaceRebirth-Kristal">
<a aria-label="Dark Place: REBIRTH Download" class="download-button pc-button" href="https://github.com/darkplace-dr/DarkPlaceRebirth-Kristal">
<div class="button-contents">
<span>Current Version</span>
<small>Download Here</small>
</div>
</a>
</div>
<div class="col-md-3 col-sm-3">
<a aria-label="Dark Place: Legacy Download" class="download-button pc-button" data-target="#pc_modal" data-toggle="modal" href="https://github.com/BrandonK7200/Dark-Place">
<a aria-label="Dark Place: Legacy Download" class="download-button pc-button" href="https://github.com/BrandonK7200/Dark-Place">
<div class="button-contents">
<span>Legacy Version</span>
<small>Download Here</small>
Expand Down

0 comments on commit ef2a369

Please sign in to comment.