add terms/privacy pages (no content yet)

This commit is contained in:
Sam 2023-03-19 16:14:47 +01:00
parent 33f903b07d
commit 2309c24bd8
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<svelte:head>
<title>Privacy policy - pronouns.cc</title>
</svelte:head>
<div>
<h1>Privacy policy</h1>
</div>

View File

@ -0,0 +1 @@
export const prerender = true;

View File

@ -0,0 +1,7 @@
<svelte:head>
<title>Terms of service - pronouns.cc</title>
</svelte:head>
<div>
<h1>Terms of service</h1>
</div>

View File

@ -0,0 +1 @@
export const prerender = true;