-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!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> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
line-height: 1.6; | ||
margin: 20px; | ||
color: #333; | ||
} | ||
h1, h2 { | ||
color: #0056b3; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Privacy Policy</h1> | ||
<p>Effective Date: December 17, 2024</p> | ||
|
||
<p>Thank you for choosing to play <strong>Aim 360</strong>. Your privacy is important to us. This Privacy Policy explains how we collect, use, and protect your information when you use our game.</p> | ||
|
||
<h2>1. Information We Collect</h2> | ||
<ul> | ||
<li><strong>Non-Personal Information:</strong> We may collect non-personal information, such as device type, operating system, and game performance data, to improve your gaming experience.</li> | ||
<li><strong>Personal Information:</strong> We do not collect personal information such as name, email, or phone number unless you provide it voluntarily (e.g., for feedback or support).</li> | ||
</ul> | ||
|
||
<h2>2. How We Use Your Information</h2> | ||
<p>We use the information collected to: | ||
<ul> | ||
<li>Enhance the gameplay experience.</li> | ||
<li>Analyze performance and fix bugs.</li> | ||
<li>Provide customer support if needed.</li> | ||
</ul> | ||
</p> | ||
|
||
<h2>3. Third-Party Services</h2> | ||
<p>This game may use third-party services, such as advertising networks or analytics tools. These services may collect information as governed by their respective privacy policies.</p> | ||
|
||
<h2>4. Children's Privacy</h2> | ||
<p>Our game does not knowingly collect personal information from children under 13. If you believe we have collected such information, please contact us immediately, and we will take steps to delete it.</p> | ||
|
||
<h2>5. Your Rights</h2> | ||
<p>You have the right to: | ||
<ul> | ||
<li>Request access to or deletion of your data.</li> | ||
<li>Opt-out of data collection where applicable.</li> | ||
</ul> | ||
</p> | ||
|
||
<h2>6. Contact Us</h2> | ||
<p>If you have any questions about this Privacy Policy, please contact us at:</p> | ||
<p>Email: [email protected]</p> | ||
|
||
<h2>7. Updates to This Policy</h2> | ||
<p>We may update this Privacy Policy from time to time. Please review it periodically for changes.</p> | ||
|
||
<p>By playing <strong>Aim 360</strong>, you agree to this Privacy Policy.</p> | ||
</body> | ||
</html> |