-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
50 lines (42 loc) · 1.49 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
50
<html>
<head>
<title>Privacy Policy</title>
</head>
<body>
<div class="privacy-policy">
<h1>Privacy Policy</h1>
<section id="privacy-information-we-collect">
<h3>What information do we collect?</h3>
<p>We do not collect any information from you.</p>
</section>
<section id="privacy-protection">
<h3>How do we protect your information?</h3>
<p>All of your information is stored on your personal device and protected by the operating
system policies.</p>
</section>
<section id="privacy-cookies">
<h3>Do we use cookies?</h3>
<p>No.</p>
</section>
<section id="privacy-disclose-third-party">
<h3>Do we disclose any information to outside parties?</h3>
<p>No.</p>
</section>
<section id="privacy-consent">
<h3>Your Consent</h3>
<p>By using our application, you consent to our web site privacy policy.</p>
</section>
<section id="privacy-changes">
<h3>Changes to our Privacy Policy</h3>
<p>If we decide to change our privacy policy, we will post those changes on this page, send
an email notifying you of any changes, and/or update the Privacy Policy modification
date below.</p>
</section>
<section id="privacy-contact-us">
<h3>Contacting Us</h3>
<p>If there are any questions regarding this privacy policy you may contact us using the
information below.</p>
</section>
</div>
</body>
</html>