-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
48 lines (43 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy - TestApp</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1, h2 {
color: #333;
}
</style>
</head>
<body>
<h1>Privacy Policy for TestApp</h1>
<p>Last updated: December 2023</p>
<h2>1. Information We Collect</h2>
<p>We collect information that you provide directly to us when you:</p>
<ul>
<li>Create an account</li>
<li>Log in with social media accounts (Google, Facebook)</li>
<li>Use our services</li>
</ul>
<h2>2. How We Use Your Information</h2>
<p>We use the information we collect to:</p>
<ul>
<li>Provide and maintain our services</li>
<li>Authenticate your identity</li>
<li>Communicate with you about our services</li>
</ul>
<h2>3. Information Sharing</h2>
<p>We do not sell or share your personal information with third parties except as described in this policy.</p>
<h2>4. Data Security</h2>
<p>We implement appropriate security measures to protect your personal information.</p>
<h2>5. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<p>Email: [email protected]</p>
</body>
</html>