-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
43 lines (36 loc) · 2.55 KB
/
privacy.html
File metadata and controls
43 lines (36 loc) · 2.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - TypeAge</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; max-width: 800px; margin: 0 auto; padding: 2rem; color: #333; }
h1, h2 { color: #222; margin-top: 1.5rem; }
a { color: #0066cc; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p>Last updated: February 2026</p>
<h2>1. Introduction</h2>
<p>Welcome to TypeAge. We respect your privacy and are committed to protecting your personal data. This privacy policy informs you about how we look after your data when you use our mobile applications and services.</p>
<h2>2. Data Collection</h2>
<p>To improve our services and troubleshoot issues, our applications may collect basic analytics and crash logs. This data is generally anonymized and aggregated, and includes information such as device type, operating system version, and usage patterns within the app. We do not collect personally identifiable information unless you voluntarily provide it to us.</p>
<h2>3. How We Use Your Data</h2>
<p>The information we collect is used solely to:</p>
<ul>
<li>Analyze and improve the performance and user experience of our apps.</li>
<li>Identify and fix bugs or crashes.</li>
<li>Respond to your customer support requests.</li>
</ul>
<h2>4. Third-Party Services</h2>
<p>We may use third-party services (such as analytics or crash reporting tools) that collect, monitor, and analyze this type of information in order to increase our apps' functionality. These third parties have their own privacy policies addressing how they use such information.</p>
<h2>5. Data Security</h2>
<p>We value your trust in providing us your information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security.</p>
<h2>6. Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.</p>
<h2>7. Contact Us</h2>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us at: <a href="mailto:hi@typeage.com">hi@typeage.com</a>.</p>
</body>
</html>