mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-27 03:41:32 +01:00
13 lines
447 B
HTML
13 lines
447 B
HTML
<div class="">
|
|
<!-- <div class="card bg-base-100 shadow-xl"> -->
|
|
<div class="card-body">
|
|
<h2 class="card-title">
|
|
Search your content
|
|
</h2>
|
|
<input type="text" placeholder="Search your knowledge base" class="input input-bordered w-full" name="query"
|
|
hx-get="/search" hx-target="#search-results" />
|
|
<div id="search-results" class="mt-4">
|
|
<!-- Results will be populated here by HTMX -->
|
|
</div>
|
|
</div>
|
|
</div> |