introduced name length limit of 15 chracters
All checks were successful
Release / publish (push) Successful in 1m3s

This commit is contained in:
Gian Breitenstein 2024-09-26 18:42:38 +02:00
parent 6883ce679e
commit 07084b4e7e

View File

@ -41,7 +41,7 @@
</div> </div>
<div class="labelcontainer"> <div class="labelcontainer">
<label>name</label> <label>name</label>
<input type="text" id="name"> <input type="text" id="name" maxlength="15">
</div> </div>
<div> <div>
<input type="button" onclick="calcChanche()" value="Generate"> <input type="button" onclick="calcChanche()" value="Generate">