Update web/templates/search.html

This commit is contained in:
Joshua Laymon 2025-08-16 21:46:40 +00:00
parent 7dec016f70
commit 1a5f93b12d

View File

@ -7,6 +7,7 @@
<h1 class="page-title">Illustration Search</h1>
<form method="get" class="search-form">
<div class="search-title">Illustration Search</div>
<div class="search-row">
<input type="text" name="q" value="{{ q }}" placeholder="Type to search…" class="search-input" autofocus>
<button class="btn btn-primary">Search</button>