introduced name length limit of 15 chracters
All checks were successful
Release / publish (push) Successful in 1m3s
All checks were successful
Release / publish (push) Successful in 1m3s
This commit is contained in:
parent
6883ce679e
commit
07084b4e7e
@ -41,7 +41,7 @@
|
||||
</div>
|
||||
<div class="labelcontainer">
|
||||
<label>name</label>
|
||||
<input type="text" id="name">
|
||||
<input type="text" id="name" maxlength="15">
|
||||
</div>
|
||||
<div>
|
||||
<input type="button" onclick="calcChanche()" value="Generate">
|
||||
|
Loading…
Reference in New Issue
Block a user