mirror of
https://github.com/perstarkse/minne.git
synced 2026-02-24 17:14:50 +01:00
15 lines
780 B
HTML
15 lines
780 B
HTML
<div id="gdpr-banner" class="fixed inset-x-0 mx-auto card max-w-(--breakpoint-sm) mb-2 bg-base-200 bottom-0">
|
|
<div class="card-body items-center text-center">
|
|
<p class="text-sm text-base-content"> We use cookies to enhance your experience. By continuing to visit this site,
|
|
you agree to
|
|
our use cookies.
|
|
<a href="/documentation/privacy-policy" class="link link-primary">Learn more</a>
|
|
</p>
|
|
<div class="card-actions justify-end mt-2">
|
|
<button class="btn btn-outline btn-sm text-base-content" 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> |