Add bloatcat instance and autofocus to search input bar #1

Merged
cobra merged 4 commits from :main into main 2023-05-20 16:32:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3b86661b74 - Show all commits

View File

@ -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>