Browse Source

Add autofocus to search input bar

vlnst 1 year ago
parent
commit
3b86661b74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/index.html

+ 1 - 1
templates/index.html

@@ -13,7 +13,7 @@
 	<img src="{{ url_for('static', filename='img/logo.png')  }}">
       </a>
       <form id="search" role="search" method="get" action="/define.php">
-        <input type="search" id="term" name="term" placeholder="Search">
+        <input type="search" id="term" name="term" placeholder="Search" autofocus>
 	<button>Go</button>
       </form>
       <a href=/random.php>Random</a>