Update web/templates/search.html

This commit is contained in:
Joshua Laymon 2025-08-18 22:30:31 +00:00
parent 2651b65a70
commit ad84e341e4

View File

@ -86,19 +86,13 @@
</div> </div>
<!-- ===== Illustration of the Day ===== --> <!-- ===== Illustration of the Day ===== -->
<div class="container"> <!-- ===== Illustration of the Day ===== -->
<form method="get" class="search-form"> <div class="card" style="padding:0; margin:16px 0 12px;">
<h1 class="page-title">Illustration of the Day</h1> <h1 class="page-title">Illustration of the Day</h1>
<!-- insert illustration of the day here --> <div id="iotd-box" class="dropdown-panel open">
<div id="iotd-card" class="card" style="padding:16px; margin:12px 0;"> <p id="iotd-text" style="margin-bottom:12px;">Loading…</p>
<div id="iotd-text" class="lead-text" style="white-space:pre-wrap; margin-bottom:12px;"> <a id="iotd-open" href="#" class="btn btn-primary" style="display:none;">Open Illustration</a>
Loading…
</div> </div>
<div id="iotd-actions">
<a id="iotd-open" href="#" class="btn btn-primary">Open Illustration</a>
</div>
</div>
</form>
</div> </div>
</div> </div>