JezK
Edit File: privacy.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Privacy Policy | NameFantacy</title> <meta name="description" content="NameFantacy's privacy policy. We prioritize client-side execution and store favorites on your own device."> <link rel="stylesheet" href="../assets/css/style.css"> </head> <body> <header class="site-header"> <div class="container nav-wrap"> <a href="../index.html" class="brand-logo">Name<span>Fantacy</span></a> <ul class="nav-links" id="navLinks"> <li><a href="../index.html" class="nav-link">Home</a></li> <li><a href="about.html" class="nav-link">About</a></li> </ul> </div> </header> <main class="container"> <article class="seo-content" style="margin-top:3rem;"> <h1>Privacy Policy</h1> <p>Last updated: January 2026</p> <h2>1. Information We Do Not Collect</h2> <p>NameFantacy operates client-side inside your web browser. We do not maintain user accounts, require logins, or store your generated names on our servers.</p> <h2>2. Local Storage</h2> <p>When you click the heart icon to save a favorite name, that information is saved strictly to your web browser's <code>localStorage</code>. It is never transmitted across the network.</p> <h2>3. Third-Party Analytics</h2> <p>We may inspect standard, anonymized server access logs purely for security and traffic statistics.</p> </article> </main> <footer class="site-footer"> <div class="container footer-bottom"> <span>© 2026 NameFantacy.com</span> <span><a href="../index.html">Home</a></span> </div> </footer> <script src="../assets/js/main.js"></script> </body> </html>