fixes issue-41: adds autofocus to homepage's form's input tag

This commit is contained in:
Chris Pinkney 2020-11-03 00:08:24 -05:00
parent e932be7d92
commit cf936c77d7

View file

@ -5,7 +5,7 @@
<div class="recipe-input">
<form method="GET" action="/recipe">
<input type="text" name="url" />
<input type="text" name="url" autofocus />
<button type="submit">
Simplify...
</button>