mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-25 02:41:27 +01:00
4 lines
222 B
HTML
4 lines
222 B
HTML
<div class="flex gap-4 flex-col">
|
|
<a class="btn btn-secondary" href="/knowledge" hx-boost="true">View Knowledge</a>
|
|
<button class="btn btn-primary" hx-get="/ingress-form" hx-swap="outerHTML">Add Content</button>
|
|
</div> |