20 lines
854 B
HTML
20 lines
854 B
HTML
|
<!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>
|