mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-03-07 11:26:52 +08:00
Autofocus first input
This commit is contained in:
parent
dcdab79b9b
commit
0ba5bac9ea
@ -6,7 +6,7 @@
|
||||
<div id="login-form">
|
||||
<div class="form-item">
|
||||
<label>Username</label>
|
||||
<input type="text" id="username" name="username">
|
||||
<input type="text" id="username" name="username" autofocus>
|
||||
</div>
|
||||
<div class="form-item">
|
||||
<label>Code</label>
|
||||
|
Loading…
Reference in New Issue
Block a user