-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
50 lines (42 loc) · 1.87 KB
/
privacy-policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Procrastinator privacy policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Droid+Serif|Open+Sans&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/procrastinator.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 40px;">
<a href="." style="text-decoration: none">
<h1>Procrastinator privacy policy</h1>
</a>
</div>
</div>
<div class="row">
<div class="twelve columns">
<p>
Procrastinator does not collect, transfer or utilize users' personal data in any way.
</p>
<p>
Procrastinator does not have a server. All user settings are stored locally on the user's device.
</p>
<p>
Conversations with the developer, initiated by users (via email or other means), may be stored by the developer to be able to answer user questions and/or solve user problems. They are not transferred to third parties and not used for any purposes other than to address the user's issues.
</p>
<p>
Contact the developer with any questions regarding Procrastinator or its privacy policy via email: <a href="mailto:ds@dsavenko.com">ds@dsavenko.com</a>.
</p>
</div>
</div>
</div>
</body>
</html>