feat: Add autofocus to input

pull/16/head v0.3.4
Karan Sharma 2021-03-09 10:48:31 +05:30
parent edb8bb661a
commit 52f076d91b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
</label>
<input name="q"
class="block w-full bg-grey-lighter text-grey-darker border border-red rounded py-3 px-4 mb-3"
type="text" placeholder="domain.tld">
type="text" placeholder="domain.tld" autofocus>
<p id="empty-name-sec" class="hidden text-red-500 text-xs">Please enter a domain name to
query.
</p>