<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Privacy Policy - BMI Application</title>
</head>
<body>
<header>
<h1>Privacy Policy</h1>
<p>Effective Date: [Insert Date]</p>
</header>
<section>
<h2>Introduction</h2>
<p>Welcome to [Your App Name], a Body Mass Index (BMI) application ("we", "us", "our"). We are committed to protecting your privacy and ensuring the security of any personal data you provide while using our application. This Privacy Policy explains how we handle your information, and clarifies that our app does not collect or retain any user data.</p>
</section>
<section>
<h2>Information We Do Not Collect</h2>
<p>We want to assure you that we do not collect, store, or retain any personal data or sensitive information when you use our BMI application. Specifically:</p>
<ul>
<li><strong>No Personal Information:</strong> We do not collect any personal details such as your name, email address, or other identifying information.</li>
<li><strong>No Health Data:</strong> We do not store or track any health-related data such as your weight, height, BMI calculations, or any other information you input into the app.</li>
<li><strong>No Device Data:</strong> Our app does not collect information about the device you are using, such as your device type, operating system, or location data.</li>
</ul>
<p>Any data you input into the app (e.g., height, weight) is only used locally on your device to calculate your BMI and is not sent, saved, or transmitted to any external servers or services.</p>
</section>
<section>
<h2>How We Use Your Information</h2>
<p>Since no personal or health-related data is collected or stored by our app, your information is only used temporarily to calculate and display your BMI on your device. Once the app is closed or the calculation is completed, this data is not retained in any form by us.</p>
</section>
<section>
<h2>Data Security</h2>
<p>Because we do not collect or retain any personal or sensitive data, there is no risk of unauthorized access to your information. The app processes all BMI calculations locally on your device, and no data is transmitted or stored externally.</p>
</section>
<section>
<h2>Cookies and Tracking Technologies</h2>
<p>Our app does not use cookies, web beacons, or any other tracking technologies. No user behavior is tracked, and no data is collected for analytics purposes.</p>
</section>
<section>
<h2>Sharing Your Information</h2>
<p>As we do not collect or store any user data, we do not share, sell, or trade any information with third parties. Your privacy is fully respected while using the app.</p>
</section>
<section>
<h2>Your Data Protection Rights</h2>
<p>Since our app does not collect or retain any personal data, there are no data protection rights applicable to you with regard to the information collected by our app. If you have concerns about your data security, please feel free to contact us.</p>
</section>
<section>
<h2>Third-Party Links</h2>
<p>Our app may contain links to third-party websites or services. However, please note that we are not responsible for the privacy practices of these third-party sites. We encourage you to read the privacy policies of any third-party sites you visit.</p>
</section>
<section>
<h2>Children's Privacy</h2>
<p>Our app is not intended for use by children under the age of 13. We do not knowingly collect or solicit personal information from children under 13. If we become aware that a child under 13 has provided us with personal information, we will take steps to delete such information from our records.</p>
</section>
<section>
<h2>Changes to This Privacy Policy</h2>
<p>We may update this Privacy Policy from time to time to reflect changes in our practices, technology, or legal obligations. When we make changes, we will update the effective date at the top of this page. We encourage you to review this Privacy Policy periodically for any updates or changes.</p>
</section>
<section>
<h2>Contact Us</h2>
<p>If you have any questions or concerns about this Privacy Policy or how we handle your information, please contact us at:</p>
<p>Email: [Insert Contact Email]</p>
<p>Phone: [Insert Contact Phone Number]</p>
</section>
<footer>
<p>© [Year] [Your App Name]. All rights reserved.</p>
</footer>
</body>
</html>