Skip to content

Commit

Permalink
Create test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mminhlequang authored Mar 10, 2024
1 parent 3968a93 commit a99b316
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>Thank you for using our application, "Quizzes - Did you know?", provided by iWaveUniverse. This Privacy Policy informs you of our policies regarding the collection, use, and disclosure of personal data when you use our application and the choices you have associated with that data.</p>

<h2>Information We Do Not Collect</h2>
<p>We do not collect any personally identifiable information from you when you use our application.</p>

<h2>How We Use Your Data</h2>
<p>Since we do not collect any personal data, we do not use it in any way.</p>

<h2>Disclosure of Data</h2>
<p>Since we do not collect any personal data, we do not disclose it to any third parties.</p>

<h2>Children's Privacy</h2>
<p>Our application does not address anyone under the age of 13. We do not knowingly collect personal identifiable information from anyone under the age of 13. If you are a parent or guardian and you are aware that your child has provided us with personal data, please contact us so that we will be able to do necessary actions.</p>

<h2>Data Access, Collection, Use, and Sharing</h2>
<p>This section comprehensively discloses how our app "Quizzes - Did you know?" accesses, collects, uses, and shares user data:</p>
<ul>
<li><strong>Types of Data Collected:</strong> We do not collect any user data in "Quizzes - Did you know?"</li>
<li><strong>Use of Data:</strong> Since we do not collect any data, we do not use it in any way.</li>
<li><strong>Sharing of Data:</strong> We do not share any data with third parties as we do not collect any data.</li>
<li><strong>Data Retention and Deletion:</strong> As we do not collect any data, we do not retain or delete any user data.</li>
</ul>

<h2>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>Contact Us</h2>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.</p>
<p>Email: [email protected]</p>
</body>
</html>

0 comments on commit a99b316

Please sign in to comment.