-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
52 lines (52 loc) · 2.48 KB
/
privacy.html
File metadata and controls
52 lines (52 loc) · 2.48 KB
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
51
52
<!doctype html>
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Privacy Policy – MONEY.AI</title>
<link rel="stylesheet" href="style.css">
<meta name="description" content="Privacy Policy for MONEY.AI.">
<meta property="og:title" content="Privacy Policy – MONEY.AI">
<meta property="og:description" content="Privacy Policy for MONEY.AI">
<meta property="og:image" content="assets/logo.png">
<meta name="theme-color" content="#0a0a0a">
</head><body>
<div class="container">
<div class="nav">
<a href="./"><img src="assets/logo.png" alt="MONEY.AI logo"></a>
<div><a class="btn" href="./">Home</a></div>
</div>
<h1>Privacy Policy</h1>
<p class="meta">Last Updated: October 03, 2025</p>
<div class="card">
<h2>1. Information We Collect</h2>
<ul>
<li>Account info (e.g., email, username)</li>
<li>Usage data (how you interact with the app)</li>
<li>Device and log data (browser, OS, IP)</li>
<li>Cookies and similar technologies</li>
</ul>
<h2>2. How We Use Information</h2>
<ul>
<li>Provide, maintain, and improve the Services</li>
<li>Personalize content and troubleshoot issues</li>
<li>Ensure security, prevent fraud and abuse</li>
<li>Comply with legal obligations</li>
</ul>
<h2>3. Sharing of Information</h2>
<p>We do not sell personal data. We may share data with trusted processors (hosting, analytics, customer support) bound by contractual obligations.</p>
<h2>4. Your Choices</h2>
<p>You can access, correct, or request deletion of your personal data by emailing <a href="mailto:support@moneyai.app">support@moneyai.app</a>.</p>
<h2>5. Children’s Privacy</h2>
<p>The Services are not directed to children under 13. If you believe a child provided personal data, contact us to remove it.</p>
<h2>6. Data Retention</h2>
<p>We retain information as long as necessary to provide the Services and comply with legal obligations.</p>
<h2>7. International Transfers</h2>
<p>Your information may be processed in countries other than your own. We take measures to protect your information.</p>
<h2>8. Changes</h2>
<p>We may update this Privacy Policy periodically. Material changes will be posted here with an updated date.</p>
<h2>9. Contact</h2>
<p>For questions, contact <a href="mailto:support@moneyai.app">support@moneyai.app</a>.</p>
</div>
<div class="footer">© 2025 MONEY.AI</div>
</div>
</body></html>