mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-28 20:31:53 +01:00
7 lines
214 B
HTML
7 lines
214 B
HTML
<div class="card shadow mt-4">
|
|
<div class="card-body">
|
|
<div class="flex gap-4">
|
|
<button class="btn btn-primary" hx-get="/ingress-form" hx-swap="outerHTML">Add Content</button>
|
|
</div>
|
|
</div>
|
|
</div> |