Autofocus added to index.html

index.html has now autofocus on text input.
This commit is contained in:
Himanshu Shekhar 2016-05-07 11:09:38 +05:30
parent 07b3a6d3a8
commit 70d6911457

View File

@ -15,7 +15,7 @@
<form id="run" action="." method="get">
<p>
<input id="username" type="text" placeholder="Enter your GitHub username and click on generate" />
<input id="username" type="text" placeholder="Enter your GitHub username and click on generate" autofocus />
<button type="submit" id="gen">Generate</button>
</p>
</form>