updated support and privacy policy

This commit is contained in:
janis
2022-10-29 16:50:18 +02:00
parent bdb2f78af9
commit 27d4dd3fce
3 changed files with 60 additions and 8 deletions

15
privacypolicy.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy - janishutz.com</title>
<link rel="stylesheet" href="./indexStyle.css">
</head>
<body>
<div>
<h1>Privacy Policy</h1>
<p>All of the apps developed by Janis Hutz follow strict privacy rules. As such, none of the apps collects any data. No diagnostics, no usage data, nothing. Privacy is one of the most important factors in the development of my apps!</p>
<p>NOTE: Also this website does not collect any data and never will. It is still under construction and will soon switch domains, so check in the AppStore for the most current link!</p>
</div>
</body>
</html>