Add privacy site
parent
7ed2c7ef4b
commit
28a6f9aec9
@ -0,0 +1,14 @@
|
|||||||
|
<script>
|
||||||
|
import Box from "../../components/atoms/Box.svelte";
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<Box>
|
||||||
|
<h2>Privacy</h2>
|
||||||
|
<p>
|
||||||
|
I don't store any personal information about you. This website does not use
|
||||||
|
advertisement or any metrics collector. No information is sucked from your
|
||||||
|
computer. Nothing is tracked. No fingerprints are being collected. If you
|
||||||
|
need more information, contact me at
|
||||||
|
<a href="mailto:admin@trivernis.net">admin@trivernis.net</a>.
|
||||||
|
</p>
|
||||||
|
</Box>
|
Loading…
Reference in New Issue