mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-25 19:01:44 +01:00
14 lines
724 B
HTML
14 lines
724 B
HTML
<div id="gdpr-banner" class="fixed card mx-auto max-w-screen-sm mb-2 bg-neutral text-neutral-content bottom-0">
|
|
<div class="card-body items-center text-center">
|
|
<p class="text-sm"> We use cookies to enhance your experience. By continuing to visit this site, you agree to
|
|
our use cookies.
|
|
<a href="/privacy-policy" class="link link-primary">Learn more</a>
|
|
</p>
|
|
<div class="card-actions justify-end mt-2">
|
|
<button class="btn btn-ghost btn-sm" hx-post="/gdpr/deny" hx-target="#gdpr-banner"
|
|
hx-swap="outerHTML">Deny</button>
|
|
<button class="btn btn-primary btn-sm" hx-post="/gdpr/accept" hx-target="#gdpr-banner"
|
|
hx-swap="outerHTML">Accept</button>
|
|
</div>
|
|
</div>
|
|
</div> |