-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
41 lines (33 loc) · 1.41 KB
/
privacy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lagom Privacy Policy</title>
</head>
<body>
<header>
<h1>Privacy Policy</h1>
<nav>
<a href="index.html">Home</a> |
<a href="privacy.html">Privacy Policy</a> |
<a href="terms.html">Terms and Conditions</a>
</nav>
</header>
<main>
<h2>Your Privacy Matters</h2>
<p>At Lagom, we are committed to protecting your privacy. This Privacy Policy outlines how we collect, use, and protect your information.</p>
<h3>1. Data Collection</h3>
<p>Lagom does not collect or store any personal data on external servers. All data related to screen time tracking is processed locally on your iOS device.</p>
<h3>2. Data Usage</h3>
<p>All data processed by Lagom is solely for providing accurate screen time insights. We do not share or sell your data to third parties.</p>
<h3>3. Contact Information</h3>
<p>If you have any questions about this Privacy Policy, please contact us at <a href="mailto:[email protected]">[email protected]</a>.</p>
<h3>4. Updates</h3>
<p>We may update this Privacy Policy from time to time. Any changes will be reflected on this page with an updated revision date.</p>
</main>
<footer>
<p>© 2025 Lagom by Ushaar Hoomans Private Limited. All rights reserved.</p>
</footer>
</body>
</html>