Update web/templates/search.html

This commit is contained in:
Joshua Laymon 2025-08-18 22:00:53 +00:00
parent d2c2b624a9
commit eea911af5c

View File

@ -87,8 +87,6 @@
<div class="container">
<form method="get" class="search-form">
<h1 class="page-title">Illustration of the Day</h1>
<div class="search-row">
<input type="text" name="q" value="{{ q }}" placeholder="Type to search…" class="search-input" autofocus>
</div>
</form>
</div>