mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
removed form tag on create page to be less confusing on mobile
This commit is contained in:
@@ -11,19 +11,17 @@
|
||||
<div class="app-content">
|
||||
<div id="create-game-container">
|
||||
<h2 class="app-header-secondary">Create A Game</h2>
|
||||
<form>
|
||||
<label>
|
||||
Name
|
||||
<span>
|
||||
<input id="name" type="text"/>
|
||||
<p id="name-error"></p>
|
||||
</span>
|
||||
</label>
|
||||
<label>
|
||||
Time (Minutes, Optional)
|
||||
<input id="time" type="number"/>
|
||||
</label>
|
||||
</form>
|
||||
<label>
|
||||
Name
|
||||
<span>
|
||||
<input id="name" type="text"/>
|
||||
<p id="name-error"></p>
|
||||
</span>
|
||||
</label>
|
||||
<label>
|
||||
Time (Minutes, Optional)
|
||||
<input id="time" type="number"/>
|
||||
</label>
|
||||
<div id="card-select-header">
|
||||
<button id="reset-btn" class="app-btn">Reset Deck</button>
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user