rautafarmi/privacy-policy.php

8 lines
573 B
PHP
Raw Permalink Normal View History

2022-09-11 16:01:14 +00:00
<?php include 'templates/header.php'?>
<h1>privacy policy</h1>
<p>this page only exists because the law wants it to.</p>
<p>the only data we collect about you is your IP address.</p>
<p>your IP address is only used for banning you in case you do something bad.</p>
<p>if you want your data removed, you must send us the data you want removed. since this is an anonymous messageboard, we need your whole IP address for us to be able to remove it which kind of defeats the point, otherwise we can't confirm your identity.</p>
<?php include 'templates/footer.php'?>