��<!DOCTYPE html> <html> <head> <title>Privacy Policy - Wulala Lucky Draw</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Privacy Policy for Wulala Lucky Draw - Learn how we protect your data and respect your privacy."> <style> body { font-family: Arial, sans-serif; line-height: 1.6; max-width: 800px; margin: 0 auto; padding: 20px; background-color: #FDF1DB; } .container { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } h1 { color: #E31837; text-align: center; } h2 { color: #E31837; margin-top: 30px; } .section { margin: 20px 0; } .last-updated { font-style: italic; color: #666; text-align: center; margin-top: 40px; } </style> </head> <body> <!-- Include Navigation --> <div id="nav-placeholder"></div> <script> fetch('nav.html') .then(response => response.text()) .then(data => { document.getElementById('nav-placeholder').innerHTML = data; }); </script> <div class="container"> <h1>Privacy Policy</h1> <p>At Wulala Lucky Draw, we take your privacy seriously. This Privacy Policy explains how we collect, use, and protect your personal information.</p> <div class="section"> <h2>Information We Collect</h2> <p>We collect the following types of information:</p> <ul> <li>Names and contact information for lucky draw participants</li> <li>Usage data to improve our service</li> <li>Device information for compatibility</li> </ul> </div> <div class="section"> <h2>How We Use Your Information</h2> <p>Your information is used for:</p> <ul> <li>Conducting lucky draws</li> <li>Improving our service</li> <li>Technical support</li> <li>Communication about updates</li> </ul> </div> <div class="section"> <h2>Data Security</h2> <p>We implement appropriate security measures to protect your information from unauthorized access, alteration, or disclosure.</p> </div> <div class="section"> <h2>Cookies and Tracking</h2> <p>We use cookies and similar technologies to:</p> <ul> <li>Remember your preferences</li> <li>Analyze site usage</li> <li>Personalize content</li> </ul> </div> <div class="section"> <h2>Third-Party Services</h2> <p>We use the following third-party services:</p> <ul> <li>Google Analytics for website analytics</li> <li>Google AdSense for advertising</li> </ul> </div> <div class="section"> <h2>Your Rights</h2> <p>You have the right to:</p> <ul> <li>Access your personal data</li> <li>Request data correction</li> <li>Request data deletion</li> <li>Opt-out of marketing communications</li> </ul> </div> <div class="section"> <h2>Contact Us</h2> <p>If you have any questions about this Privacy Policy, please contact us at:</p> <p>Email: [email protected]</p> </div> <div class="last-updated"> <p>Last updated: March 2024</p> </div> </div> <!-- Google AdSense --> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1689408749608578" crossorigin="anonymous"></script> </body> </html>