Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jpradoar authored Mar 13, 2024
1 parent d9918b2 commit d497282
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ <h1>Onepagerules - Deathball </h1>
<button onclick="activate1d6()" class="button" ><i class='fa-solid fa-football'></i> Pick up ball</button>
<button onclick="distance(12, 1)" class="button" ><i class='fas fa-ruler'></i> Throw ball</button>
<button onclick="attack(6, 2)" class="button" ><i class='fa-solid fa-hand-back-fist'></i> Attack/Defense</button>
<a href="#" ><button class="button" ><i class='fa fa-users'></i> Teams</button></a>

<a href="team.html" ><button class="button" ><i class='fa fa-users'></i> Teams</button></a>
<hr>
<div id="result"></div>
<br>
Expand All @@ -45,11 +44,9 @@ <h1>Onepagerules - Deathball </h1>
<i class='fa-brands fa-github'></i> Developed by: <a href="https://github.com/jpradoar" target="_blank" >Jtan</a><br>
<br><a href="https://drive.google.com/file/d/15PjVytZnvPBJ-3gqf0oBW9i0AJnCIBI1/view?usp=drive_link" target="_blank" >Rules</a>
<br><a href="https://www.youtube.com/watch?v=9JjjpqZkfN4" target="_blank" >Original project</a><br>

</footer>
</div>
<br>

<script>
function generateRandomNumbers(dice_type, dice_numbers) {
let results = [];
Expand Down

0 comments on commit d497282

Please sign in to comment.