mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 02:38:31 +02:00
feat: release build bundles templates in bin
This commit is contained in:
15
crates/html-router/templates/gdpr.html
Normal file
15
crates/html-router/templates/gdpr.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user