Update web/templates/search.html

This commit is contained in:
Joshua Laymon 2025-08-18 22:32:03 +00:00
parent ad84e341e4
commit 9b75da8932

View File

@ -85,14 +85,11 @@
</div>
</div>
<!-- ===== Illustration of the Day ===== -->
<!-- ===== Illustration of the Day ===== -->
<div class="card" style="padding:0; margin:16px 0 12px;">
<h1 class="page-title">Illustration of the Day</h1>
<div id="iotd-box" class="dropdown-panel open">
<p id="iotd-text" style="margin-bottom:12px;">Loading…</p>
<a id="iotd-open" href="#" class="btn btn-primary" style="display:none;">Open Illustration</a>
</div>
<div class="card" style="padding:0; margin:16px 0 12px;">
<h1 class="page-title">Illustration of the Day</h1>
<div id="iotd-box" class="dropdown-panel open" style="padding:12px 16px;">
<p id="iotd-text" style="margin-bottom:12px;">Loading…</p>
<a id="iotd-open" href="#" class="btn btn-primary" style="display:none;">Open Illustration</a>
</div>
</div>