Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikka3 authored Jun 2, 2024
1 parent cc916e6 commit d5af60c
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 @@ -114,12 +114,12 @@ <h1>Mods Installer <span class="by-tubm">by Tubm</span></h1>
<p>serverip</p>
</div>
<script>
const sidemods = document.querySelector('.usage-box');
const sidemods = document.querySelector('.sidemods');

usageBox.addEventListener('click', function() {
window.location.href = "https://github.com/Rikka3/modsintaller/releases";
});
const manmods = document.querySelector('.usage-box');
const manmods = document.querySelector('.manmods');

usageBox.addEventListener('click', function() {
window.location.href = "https://github.com/Rikka3/modsintaller/releases";
Expand Down

0 comments on commit d5af60c

Please sign in to comment.