mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-29 05:41:54 +02:00
6 lines
270 B
HTML
6 lines
270 B
HTML
<div class="p-4 shadow mt-4 rounded-box">
|
|
<div class="flex gap-4">
|
|
<button class="btn btn-primary" hx-get="/ingress-form" hx-swap="outerHTML">Add Content</button>
|
|
<a class="btn btn-secondary" href="/knowledge" hx-boost="true">View Knowledge</a>
|
|
</div>
|
|
</div> |