
        <!DOCTYPE html>
        <html lang='en'>
        <head>
            <meta charset='UTF-8'>
            <title>ZONX.TOP | Private</title>
            <style>
                body { background: #0b0e14; color: #4fd1c5; font-family: sans-serif; 
                       display: flex; justify-content: center; align-items: center; 
                       height: 100vh; margin: 0; }
                .box { border-left: 3px solid #4fd1c5; padding: 20px 40px; background: #1a202c; }
                h1 { margin: 0; font-size: 1.5rem; text-transform: uppercase; letter-spacing: 3px; }
            </style>
        </head>
        <body>
            <div class='box'>
                <h1>Zonx.top</h1>
                <p style='color: #a0aec0;'>Domain reserved for future use.</p>
            </div>
        </body>
        </html>