added cookie notice page and removed some garden things

This commit is contained in:
2025-09-10 13:15:37 +02:00
parent fd68f2f635
commit 6de17570c9
6 changed files with 69 additions and 48 deletions

View File

@@ -0,0 +1,20 @@
<script lang="ts">
import BannerTitleAlt from "$lib/banner-title-alt.svelte";
import Content from "$lib/content.svelte";
</script>
<svelte:head>
<title>Privacy & Cookies | denizk0461</title>
</svelte:head>
<BannerTitleAlt
title="Information on Privacy & Cookies"
/>
<Content>
<p>This page uses <b>no cookies</b> as of now. No data will be stored on your device while browsing this website. <b>No trackers</b> are used either <b>no analytics</b>, not even a visit counter of any kind. Not by a third-party, and currently, none I built myself either.</p>
<p>The Godot and Unity projects on the <code>apps.denizk0461.dev</code> subdomain <i>may</i> cache compiled shaders on your device, I'm not sure. These files would only be used by your GPU to render visual effects for the game they were compiled for.</p>
<p>Last updated: 2025-09-10</p>
</Content>