This commit is contained in:
schmelczerandras 2020-11-04 22:05:21 +01:00
parent b774357807
commit 57d7009342
39 changed files with 203 additions and 250 deletions

View file

@ -48,11 +48,11 @@
minlength="1"
maxlength="20"
placeholder=" "
id="playerName"
name="playerName"
id="name"
name="name"
type="text"
/>
<label for="playerName">Choose a name</label>
<label for="name">Choose a name</label>
</div>
<div id="server-container"></div>