diff options
Diffstat (limited to 'apps/frontpage/src/routes/privacy.svelte')
| -rw-r--r-- | apps/frontpage/src/routes/privacy.svelte | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/frontpage/src/routes/privacy.svelte b/apps/frontpage/src/routes/privacy.svelte index aaff3a9..6802626 100644 --- a/apps/frontpage/src/routes/privacy.svelte +++ b/apps/frontpage/src/routes/privacy.svelte @@ -1 +1,5 @@ +<svelte:head> + <title>Privacy Policy - Greatoffice</title> +</svelte:head> + <h1>Privacy Policy</h1> |
