Remove name input from landing page — players assigned numeric IDs instead
This commit is contained in:
@@ -50,16 +50,12 @@
|
||||
<div class="land-card">
|
||||
<div class="land-card-icon">⬜</div>
|
||||
<h2>// JOIN A SESSION</h2>
|
||||
<p>Enter a room code and your name to join an existing session.</p>
|
||||
<p>Enter a room code to join an existing session. You'll be assigned a numeric ID.</p>
|
||||
<div class="field">
|
||||
<label>ROOM CODE</label>
|
||||
<input id="ji-code" maxlength="8" placeholder="XXXXXX" style="letter-spacing:5px;text-transform:uppercase;font-size:20px;"
|
||||
oninput="this.value=this.value.toUpperCase()" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>YOUR NAME</label>
|
||||
<input id="ji-name" maxlength="24" placeholder="Enter name…" />
|
||||
</div>
|
||||
<button class="btn btn-g btn-full" onclick="joinRoom()">JOIN ROOM →</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user