Update web/templates/search.html
This commit is contained in:
parent
1c9a83c29d
commit
3cd4199d3f
@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
<form method="get" class="search-form">
|
||||
<h2 class="page-title">Illustration Search</h2>
|
||||
<h1 class="page-title">Illustration Search</h1>
|
||||
<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>
|
||||
@ -65,7 +65,7 @@
|
||||
|
||||
<!-- ===== History (single card) ===== -->
|
||||
<div class="card" style="padding:12px; margin:16px 0 12px;">
|
||||
<div class="meta-label" style="margin-bottom:8px;">History</div>
|
||||
<h1 class="page-title">Search History</h1>
|
||||
|
||||
<!-- Recent Searches -->
|
||||
<div style="margin-top:6px;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user