Privacy policy URL
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy - Calculator App</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: #f4f7fa;
margin: 0;
padding: 20px;
color: #333;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 40px;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
h1 {
font-size: 2em;
margin-bottom: 0.5em;
color: #1a73e8;
text-align: center;
}
h2 {
font-size: 1.3em;
margin-top: 2em;
color: #1a73e8;
}
p {
line-height: 1.6;
font-size: 1em;
margin-bottom: 1em;
}
@media (max-width: 600px) {
.container {
padding: 20px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p><strong>Effective Date:</strong> June 11, 2025</p>
<p>This Privacy Policy applies to the <strong>Calculator App</strong> developed by <strong>[Your Name or Developer Name]</strong>. This app is provided at no cost and is intended for use as is.</p>
<h2>1. Information Collection and Use</h2>
<p>This calculator app does <strong>not collect</strong> any personal data or information from users. It works completely offline and does not require internet access. No user data is transmitted or stored.</p>
<h2>2. Security</h2>
<p>Since no personal information is collected, we do not store any data and therefore cannot misuse or lose your data.</p>
<h2>3. Children’s Privacy</h2>
<p>This app does not target children, but it is safe for use by all age groups. No data is collected from children or any users.</p>
<h2>4. Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy in the future. Any changes will be posted on this page, and you are advised to review this page periodically for any updates.</p>
<h2>5. Contact Us</h2>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us:</p>
<p><strong>Email:</strong> your-email@example.com</p>
</div>
</body>
</html>
Comments
Post a Comment