as205479: add /privacy/
This commit is contained in:
parent
d99fe8b153
commit
6fb04fae8e
1 changed files with 19 additions and 0 deletions
19
web/as205479/privacy/index.html
Normal file
19
web/as205479/privacy/index.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Privacy Policy</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Privacy Policy</h1>
|
||||
<p>We strive to make sure that all data provided by users is processed appropriately, in accordance with relevant policies and legislation.</p>
|
||||
<p>If you would like us to delete any collected data about you, or would like information about what information we hold about you, please contact privacypolicy@lukegb.com.</p>
|
||||
<p>We collect some of the following types of information:</p>
|
||||
<ul>
|
||||
<li>Personal information (email address, name), including a randomly generated user identifier.</li>
|
||||
<li>App activity (e.g. changes made), for auditing purposes</li>
|
||||
<li>Coarse location information (e.g. IP address), as part of our standard server logging</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue