created now and music-rotation pages; moved privacy page to /other
This commit is contained in:
1
src/routes/meta/music-rotation/+page.svelte
Normal file
1
src/routes/meta/music-rotation/+page.svelte
Normal file
@@ -0,0 +1 @@
|
||||
musicrot
|
||||
1
src/routes/meta/now/+page.svelte
Normal file
1
src/routes/meta/now/+page.svelte
Normal file
@@ -0,0 +1 @@
|
||||
now
|
||||
@@ -1,19 +0,0 @@
|
||||
<script lang="ts">
|
||||
import Banner2 from "$lib/banner2.svelte";
|
||||
import Content from "$lib/viewport/content.svelte";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Privacy & Cookies | denizk0461</title>
|
||||
</svelte:head>
|
||||
|
||||
<Content>
|
||||
<Banner2
|
||||
title="Information on Privacy & Cookies" />
|
||||
|
||||
<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.natconf.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>
|
||||
Reference in New Issue
Block a user