From a1de4e72c50628ed54b4acbe24fbaae719f42920 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 15 Nov 2025 10:25:07 -0800 Subject: [PATCH] add autofocus to search input --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index fca3ca1..5516934 100644 --- a/static/index.html +++ b/static/index.html @@ -64,7 +64,7 @@ button:disabled { background: #444; cursor: not-allowed; }