website/privacy/index.html
2025-03-24 19:55:45 +01:00

114 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1MVYJRKPK2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1MVYJRKPK2');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - ReviveMii</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
padding: 0;
}
h1, h2 {
color: #333;
}
h1 {
border-bottom: 2px solid #ddd;
padding-bottom: 10px;
}
p {
margin: 10px 0;
}
ul {
margin: 10px 0;
padding-left: 20px;
}
footer {
margin-top: 20px;
font-size: 0.9em;
color: #555;
}
a {
color: #007BFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Last Updated:</strong> 23. December 2024</p>
<p>At ReviveMii, we take your privacy seriously. This Privacy Policy outlines how we collect, use, and protect your personal data when you use our services. Please read this policy carefully to understand how we handle your information.</p>
<h2>1. Data Collection</h2>
<p>We collect only the data necessary for providing the Service. This includes:</p>
<ul>
<li><strong>Personal Information:</strong> Optional data you provide (e.g., email addresses when contacting us).</li>
<li><strong>Usage Data:</strong> Non-personally identifiable data such as system logs and connection metadata.</li>
<li><strong>Third-Party Services:</strong> When using third-party services within ReviveMii, each service may have its own privacy policies.</li>
</ul>
<h2>2. Use of Data</h2>
<p>We use your data for the following purposes:</p>
<ul>
<li>To provide and maintain the Service.</li>
<li>To improve the functionality of the Service.</li>
<li>To comply with legal obligations.</li>
</ul>
<h2>3. Data Sharing</h2>
<p>We do not share your personal data with third parties except when:</p>
<ul>
<li>Required by law or legal process.</li>
<li>Necessary to protect our rights or the rights of others.</li>
<li>When using third-party services as part of the Service.</li>
</ul>
<h2>4. Security</h2>
<p>We take reasonable precautions to protect your data from unauthorized access, use, or disclosure. However, no data transmission over the internet can be guaranteed as 100% secure.</p>
<h2>5. Your Rights</h2>
<p>As a user within the EU, you have the right to:</p>
<ul>
<li>Access and correct your personal data.</li>
<li>Request the deletion of your personal data.</li>
<li>Request data portability.</li>
</ul>
<p>You can exercise your rights by contacting us at theerrorexe@gmail.com.</p>
<h2>6. Third-Party Services</h2>
<p>Some features of ReviveMii may use third-party services that have their own privacy policies. You are encouraged to review these third-party policies before using the services.</p>
<h2>7. Changes to This Privacy Policy</h2>
<p>We may update this Privacy Policy. Any changes will be posted here, and if the changes are significant, we will notify you accordingly.</p>
<h2>8. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us:</p>
<p><strong>Email:</strong> theerrorexe@gmail.com</p>
<p><strong>Repositories:</strong></p>
<ul>
<li><a href="https://git.errexe.xyz" target="_blank">https://git.errexe.xyz</a></li>
<li><a href="https://github.com/ReviveMii" target="_blank">https://github.com/ReviveMii</a></li>
</ul>
<footer>
<p>&copy; 2024 ReviveMii Project. All rights reserved.</p>
</footer>
</body>
</html>