Draft: Create the Take Damage box

This commit is contained in:
2025-06-06 01:52:49 +02:00
parent 139588b116
commit c4bb71effc

View File

@@ -383,6 +383,10 @@
<button>Roll!</button> <button>Roll!</button>
<button>Do it!</button> <button>Do it!</button>
</div> </div>
<div class="box">
<h2>Take Damage</h2>
<input type="number"><button>Ouch!</button>
</div>
</div> </div>
</div> </div>
<script> <script>