Update web/templates/search.html

This commit is contained in:
Joshua Laymon 2025-08-16 22:00:00 +00:00
parent 2ece4fefce
commit 1c9a83c29d

View File

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