Skip to content

Commit 9fd6f9d

Browse files
committed
add terms and privacy
1 parent 9936509 commit 9fd6f9d

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

src/routes/privacy/+page.svelte

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<script>
2+
import { onMount } from 'svelte';
3+
4+
onMount(() => {
5+
window.location.href = 'https://docs.pdnode.com/docs/platform/privacy'
6+
});
7+
</script>
8+
9+
Redirecting for you

src/routes/terms/+page.svelte

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<script>
2+
import { onMount } from 'svelte';
3+
4+
onMount(() => {
5+
window.location.href = 'https://docs.pdnode.com/docs/platform/terms'
6+
});
7+
</script>
8+
9+
Redirecting for you

static/favicon.ico

4.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)