mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-18 15:09:49 +02:00
5 lines
257 B
HTML
5 lines
257 B
HTML
<div class="flex gap-4 flex-col sm:flex-row">
|
|
<a class="btn btn-secondary" href="/knowledge" hx-boost="true">View Knowledge</a>
|
|
<button class="btn btn-primary" hx-get="/ingress-form" hx-target="#modal" hx-swap="innerHTML">Add
|
|
Content</button>
|
|
</div> |