mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-28 12:21:56 +01:00
6 lines
334 B
HTML
6 lines
334 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>
|
|
<a class="btn btn-accent" href="/content" hx-boost="true">View Content</a>
|
|
<button class="btn btn-primary" hx-get="/ingress-form" hx-target="#modal" hx-swap="innerHTML">Add
|
|
Content</button>
|
|
</div> |