Making progress

This commit is contained in:
2017-06-08 12:20:43 -05:00
parent abd7e803e9
commit 9a77a25342
21 changed files with 440 additions and 194 deletions

View File

@@ -3,7 +3,7 @@
<fieldset>
<div class="pure-control-group">
<label for="teamname">Team Name</label>
<input id="teamname" name="teamname" type="text" placeholder="Team Name" value="">
<input id="teamname" name="teamname" type="text" placeholder="Team Name" value="" autofocus>
</div>
<button type="submit" class="pure-button pure-button-primary">Add Team</button>