Update index.php

This commit is contained in:
James 2022-09-26 13:28:40 +02:00
parent 87b67ce03c
commit 20822d0a4f
1 changed files with 2 additions and 0 deletions

View File

@ -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>