Merge pull request #72 from jcreek/53-make-a-privacy-page

53 make a privacy page
This commit is contained in:
Olly
2024-11-05 20:05:54 +00:00
committed by GitHub
4 changed files with 218 additions and 2 deletions
+3 -1
View File
@@ -21,7 +21,9 @@
<div class="fixed bottom-0 left-0 w-full bg-gray-800 text-white p-4">
<p class="text-sm">
We use cookies to ensure you get the best experience on our website. By continuing, you agree
to our use of cookies.
to our use of cookies. For details, please see our <a href="/privacy" class="underline"
>Privacy Policy</a
>.
</p>
<button class="bg-blue-500 hover:bg-blue-600 px-4 py-2 rounded" on:click={acceptCookies}
>Accept</button