-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (29 loc) · 1.89 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Taizé Readings</title>
</head>
<body>
<header>
<h1>Privacy Policy - Taizé Readings</h1>
</header>
<main>
<p>Your privacy is important to us. This Privacy Policy governs the manner in which Taizé Readings mobile application ("App") collects, uses, maintains, and discloses information collected from users (each, a "User").</p>
<h2>Information We Do Not Collect</h2>
<p>We do not collect or store any personal information from users of the App.</p>
<h2>Permissions</h2>
<p>The App may request certain permissions from users for functionalities such as accessing the internet connection or device's storage. These permissions are only used for the intended purpose of the App and are not stored or transmitted to us.</p>
<h2>Third-Party Services</h2>
<p>The App may utilize third-party services, such as analytics or advertisement networks. Please note that these third-party services may have their own privacy policies and we encourage users to review them.</p>
<h2>Changes to This Policy</h2>
<p>We reserve the right to update this privacy policy at any time. Users are encouraged to check this page regularly for any changes. By using the App, you acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, the practices of the App, or your dealings with us, please contact us at <a href="mailto:[email protected]">[email protected]</a>.</p>
</main>
<footer>
<p>Last updated: February 22, 2024</p>
</footer>
</body>
</html>