<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Novoa Family</title><style>:root {--primary: #03a9f4; --bg: #0a0b10; --card: #161b22; --text: #e6edf3; --link-hover: #0288d1;} body {font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: var(--bg); color: var(--text); display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; overflow: hidden;} .container {text-align: center; padding: 2.5rem; border: 1px solid #30363d; border-radius: 12px; background: var(--card); box-shadow: 0 10px 30px rgba(0,0,0,0.5); max-width: 500px;} .logo {font-size: 3rem; margin-bottom: 0.5rem;} h1 {margin: 0; font-weight: 300; letter-spacing: 2px; color: var(--primary);} p {color: #8b949e; font-size: 1.1rem; margin-bottom: 1.5rem;} .btn {display: inline-block; padding: 10px 20px; color: var(--text); text-decoration: none; border: 1px solid var(--primary); border-radius: 6px; transition: all 0.3s ease; font-weight: bold; margin-bottom: 20px;} .btn:hover {background: var(--primary); color: white; box-shadow: 0 0 15px var(--primary);} .status-bar {margin-top: 20px; padding: 10px; background: #0d1117; border-radius: 6px; display: block; font-family: monospace; font-size: 0.9rem;} .dot {height: 10px; width: 10px; background-color: #238636; border-radius: 50%; display: inline-block; margin-right: 5px; box-shadow: 0 0 8px #238636; animation: pulse 2s infinite;} @keyframes pulse {0% { opacity: 1; } 50% { opacity: 0.4; } 100% { opacity: 1; }} .footer {margin-top: 30px; font-size: 0.8rem; color: #484f58;}</style></head><body><div class="container"><div class="logo">🏠</div><h1>NOVOA FAMILY</h1><p>by Anthony Novoa</p><a href="https://linktr.ee/novoacreations" class="btn" target="_blank">🚀 Visit Novoa Creations</a><div class="status-bar"><span class="dot"></span> SYSTEM ONLINE: NODE_READY</div><div class="footer">All Rights Reserved</div></div></body></html>