Update index.php

This commit is contained in:
James 2022-09-26 14:47:28 +02:00
parent 49b22619fb
commit 480407add3
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@
<div class="card black">
<div class="card-content white-text">
<span class="card-title">Amount</span>
<span>How many bad guys?</span>
<span class="red-text">CHANGING THIS WILL RESET THE HP CALCULATION</span>
<span>How many bad guys? Anything above 1 will enforce average calculations</span><br>
<b class="red-text">CHANGING THIS WILL RESET THE HP CALCULATION</b>
<div class="input-field s3">
<input placeholder="How many eggs for a cake?" onchange="setMobs()" id="mob_ammount" min="1" type="number" class="white-text validate" />
</div>