From 738a9430cb648660b2aae1b7fe64435283c18542 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 9 Jul 2022 17:11:04 +0200 Subject: [PATCH] web: autofocus search box --- templates/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index 44b22f6..d6f1973 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,12 +8,13 @@ searchhut
- + + id="q" + name="q" + placeholder="Search terms..." + autofocus />