Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tepehan authored Dec 20, 2024
0 parents commit e50cb6f
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions privacy-policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!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;
}
h1, h2 {
color: #2c3e50;
}
p {
color: #34495e;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p>Effective Date: [Insert Date]</p>

<h2>1. Information We Collect</h2>
<p>Our application does not collect personal information from users. However, we may collect technical data, including:</p>
<ul>
<li>Device type</li>
<li>Operating system version</li>
<li>IP address (for server connections)</li>
</ul>

<h2>2. How We Use Information</h2>
<p>The collected data is used solely for functionality and troubleshooting purposes.</p>

<h2>3. HLS and MP4 Playback</h2>
<p>Our app only plays user-provided content. Users are responsible for ensuring the legality of the content they use with the app.</p>

<h2>4. APK Downloads</h2>
<p>Users must download APK files only from legal sources. The app is not responsible for the security of downloaded APK files.</p>

<h2>5. Third-Party Services</h2>
<p>The app may use third-party services for content playback or downloads. Please review their respective privacy policies.</p>

<h2>6. User Rights</h2>
<p>Users can request deletion of their technical data by contacting us.</p>

<h2>7. Updates</h2>
<p>This policy may be updated periodically. Users are encouraged to review this page regularly for changes.</p>

<h2>8. Contact Us</h2>
<p>If you have any questions or concerns about this privacy policy, please contact us at:</p>
<p>Email: [email protected]</p>
</body>
</html>

0 comments on commit e50cb6f

Please sign in to comment.