JezK
Edit File: terms.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Terms of Service | NameFantacy</title> <meta name="description" content="Terms of Service for NameFantacy.com. Free commercial and personal license for all generated names."> <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>Terms of Service</h1> <p>Last updated: January 2026</p> <h2>1. Permitted Use</h2> <p>All names and ideas created via NameFantacy.com are free for personal, creative, and commercial use. You are free to publish fiction books, release video games, and register businesses using names discovered on this platform without paying royalties.</p> <h2>2. Disclaimer of Trademark</h2> <p>While our algorithms generate unique permutations, we cannot guarantee that a generated business name or character handle is not already registered by a third party in your local jurisdiction. Users should conduct their own trademark and domain clearance checks.</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>