Update index.php
This commit is contained in:
parent
87b67ce03c
commit
20822d0a4f
@ -436,6 +436,7 @@
|
||||
<div class="card black">
|
||||
<div class="card-content white-text">
|
||||
<span class="card-title"> Resistances </span>
|
||||
<span>Select the resistances on your enemies</span><br>
|
||||
<label> <input id="resistance_acid" type="checkbox" /> <span class="white-text">Acid</span> </label>
|
||||
<label> <input id="resistance_bludgeoning" type="checkbox" /> <span class="white-text">Bludgeoning</span> </label>
|
||||
<label> <input id="resistance_cold" type="checkbox" /> <span class="white-text">Cold</span> </label>
|
||||
@ -457,6 +458,7 @@
|
||||
<div class="card black">
|
||||
<div class="card-content white-text">
|
||||
<span class="card-title"> Vounerabilities </span>
|
||||
<span>Select the vounerabilities on your enemies</span><br>
|
||||
<label> <input id="vounerability_acid" type="checkbox" /> <span class="white-text">Acid</span> </label>
|
||||
<label> <input id="vounerability_bludgeoning" type="checkbox" /> <span class="white-text">Bludgeoning</span> </label>
|
||||
<label> <input id="vounerability_cold" type="checkbox" /> <span class="white-text">Cold</span> </label>
|
||||
|
Loading…
Reference in New Issue
Block a user