autofocus input
This commit is contained in:
parent
c5d181598b
commit
919e74aa37
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
<body>
|
<body>
|
||||||
<img src="images/logo.webp" class="img-fluid mx-auto d-block" alt="Banner">
|
<img src="images/logo.webp" class="img-fluid mx-auto d-block" alt="Banner">
|
||||||
|
|
||||||
<input id="firstname" class="form-control form-control-lg mx-auto d-block" type="text" placeholder="<%- firstname_placeholder %>">
|
<input id="firstname" class="form-control form-control-lg mx-auto d-block" type="text" placeholder="<%- firstname_placeholder %>" autofocus>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<figure class="text-center">
|
<figure class="text-center">
|
||||||
|
|
Loading…
Reference in a new issue