-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
47 lines (37 loc) · 1.64 KB
/
terms.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lagom Terms and Conditions</title>
</head>
<body>
<header>
<h1>Terms and Conditions</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>Welcome to Lagom</h2>
<p>These Terms and Conditions govern your use of the Lagom app. By using the app, you agree to abide by these terms.</p>
<h3>1. Ownership</h3>
<p>Lagom is owned and operated by Ushaar Hoomans Private Limited, an Indian private limited company.</p>
<h3>2. Usage Rights</h3>
<p>You are granted a non-exclusive, non-transferable license to use the Lagom app for personal, non-commercial purposes.</p>
<h3>3. Data Privacy</h3>
<p>Lagom processes all data locally on your iOS device. No data is transmitted to external servers.</p>
<h3>4. Limitation of Liability</h3>
<p>Ushaar Hoomans Private Limited is not liable for any damages resulting from the use of the Lagom app. The app is provided "as is" without warranties of any kind.</p>
<h3>5. Contact</h3>
<p>For any questions or concerns, please reach out to us at <a href="mailto:[email protected]">[email protected]</a>.</p>
<h3>6. Updates</h3>
<p>We reserve the right to update these Terms and Conditions at any time. Continued use of the app implies acceptance of the updated terms.</p>
</main>
<footer>
<p>© 2025 Lagom by Ushaar Hoomans Private Limited. All rights reserved.</p>
</footer>
</body>
</html>