
        <html>
        <head>
            <title>Site Moved</title>
            <meta http-equiv="refresh" content="5;url=https://zenlessgrid.com">
            <style>
                body {
                    font-family: Arial, sans-serif;
                    text-align: center;
                    padding-top: 100px;
                    background: #0f172a;
                    color: white;
                }
                h1 { font-size: 32px; }
                p { font-size: 18px; color: #94a3b8; }
                a { color: #38bdf8; }
            </style>
        </head>
        <body>
            <h1>We have moved!</h1>
            <p>This site has moved to:</p>
            <h2><a href="https://zenlessgrid.com">zenlessgrid.com</a></h2>
            <p>You will be redirected in 5 seconds...</p>
        </body>
        </html>