global_gem / data.html
rafael1994s's picture
Create data.html
8e95cd9 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | [App Name]</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 40px 20px;
background-color: #f9f9f9;
}
.container {
background: #fff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
h1 {
color: #000;
font-size: 28px;
margin-bottom: 10px;
}
h2 {
color: #007AFF; /* Apple Blue */
font-size: 20px;
margin-top: 30px;
border-bottom: 1px solid #eee;
padding-bottom: 8px;
}
p {
margin-bottom: 15px;
}
.highlight {
background-color: #eef7ff;
padding: 15px;
border-left: 4px solid #007AFF;
border-radius: 4px;
font-weight: 500;
}
.footer {
margin-top: 40px;
font-size: 14px;
color: #888;
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p><strong>Last Updated:</strong> January 15, 2026</p>
<div class="highlight">
Our commitment to your privacy is absolute. <strong>[App Name]</strong> does not collect, store, or share any personal data whatsoever.
</div>
<h2>1. Data Collection</h2>
<p>We do not collect any personal information. We do not require you to create an account, provide an email address, or share any contact details to use the application.</p>
<h2>2. Tracking & Analytics</h2>
<p>The app does not use any third-party tracking tools, cookies, or analytics services. Your usage behavior is never monitored, recorded, or transmitted to any external servers.</p>
<h2>3. Device Permissions</h2>
<p>Any permissions requested by the app (e.g., camera or photo library) are used strictly for the app's core functionality and are processed locally on your device. We never upload your files or media to our servers.</p>
<h2>4. Third-Party Sharing</h2>
<p>Since we do not collect any data, there is no data to sell, trade, or share with third parties, advertisers, or data brokers.</p>
<h2>5. Children’s Privacy</h2>
<p>Because we do not collect any personal information, our app is fully compliant with the Children’s Online Privacy Protection Act (COPPA).</p>
<h2>6. Contact Us</h2>
<p>If you have any questions regarding this privacy policy, please contact us at:<br>
<strong>[Your Contact Email]</strong></p>
</div>
<div class="footer">
© 2026 [Your Name/Company]. All rights reserved.
</div>
</body>
</html>