diff options
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 66b552f..c4b11c9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,7 +19,7 @@ </div> <div class="main-container"> <form id="search-form" method="post" action="https://{{ index .Instances 0 }}/search"> - <input type="text" name="q" id="q"> + <input type="text" name="q" id="q" autofocus> <p>Search with:</p> <div class="subform"> {{ range .Instances }} |