<!doctype html><html lang="en"><head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Notice | TagSignature & RedInnovations.org</title> <meta name="description" content="Notice that TagSignature.com is operated by RedInnovations.org, a non-profit organization providing transactional email services." /> <style> :root { --accent: #004aad; --bg: #f8fafc; --text: #1a1a1a; } body { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; background: var(--bg); color: var(--text); margin: 0; padding: 2rem; display: flex; align-items: center; justify-content: center; min-height: 100vh; } main { background: #fff; border-radius: 1rem; padding: 2rem; max-width: 720px; box-shadow: 0 6px 24px rgba(0,0,0,0.08); } h1 { margin-top: 0; color: var(--accent); } p { line-height: 1.6; margin: 1rem 0; } a { color: var(--accent); text-decoration: none; } a:hover { text-decoration: underline; } footer { margin-top: 2rem; font-size: 0.9rem; color: #555; } .buttons { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 1rem; } .btn { display: inline-block; padding: 0.6rem 1rem; border-radius: 0.5rem; text-decoration: none; font-weight: 600; color: #fff; background: var(--accent); } .btn.secondary { background: transparent; color: var(--accent); border: 1px solid var(--accent); } </style></head><body> <main role="main" aria-labelledby="notice-title"> <h1 id="notice-title">Official Notice</h1> <p> <strong>TagSignature.com</strong> is owned and operated by <a href="https://redinnovations.org" rel="noopener noreferrer" target="_blank">RedInnovations.org</a>, a registered <strong>non-profit organization</strong> dedicated to providing secure and reliable digital communication tools. </p> <p> RedInnovations.org manages all infrastructure and operational processes for TagSignature, including the sending of <strong>transactional emails</strong> such as confirmation messages, notifications, and account-related updates. </p> <p> If you have received a message from a <strong>@redinnovations.org</strong> email address, please note that it was sent on behalf of TagSignature.com for legitimate service-related purposes. </p> <p> RedInnovations.org does not send promotional or marketing emails through TagSignature. All communications are strictly transactional and privacy-compliant. </p> <div class="buttons"> <a class="btn" href="https://redinnovations.org" target="_blank" rel="noopener noreferrer">Visit RedInnovations.org</a> <a class="btn secondary" href="mailto:support@redinnovations.org">Contact Support</a> </div> <footer> <p>Last updated: October 23, 2025</p> <p>© <span id="year"></span> RedInnovations.org — Non-Profit Organization</p> </footer> </main> <script> document.getElementById("year").textContent = new Date().getFullYear(); </script></body></html>