diff options
author | maride <maride@darknebu.la> | 2018-09-04 11:10:01 +0200 |
---|---|---|
committer | maride <maride@darknebu.la> | 2018-09-04 11:10:01 +0200 |
commit | fa4b1334fc088b866f0a68dfca5342268061ce4d (patch) | |
tree | e1974d89d1bcc873b2fd22ec70efde03f55d96c6 | |
parent | 126d74336479557a41d74a41c89e0507a82a579b (diff) |
Autofocus username input field
-rw-r--r-- | hosted/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/login.html b/hosted/login.html index 973d2b0..4f60427 100644 --- a/hosted/login.html +++ b/hosted/login.html @@ -30,7 +30,7 @@ <form method="POST"> <div class="form-group"> <label for="nameInput">Name</label> - <input type="text" class="form-control" id="nameInput" placeholder="Name" name="username"> + <input type="text" class="form-control" id="nameInput" placeholder="Name" name="username" autofocus> </div> <div class="form-group"> <label for="accesscodeInput">Access Code</label> |