<!DOCTYPE html>
        <html>
        <head>
            <title>matrixmilady.com</title>
            <style>
                body {
                    background: #0a0a0a;
                    color: #e0e0e0;
                    font-family: monospace;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    min-height: 100vh;
                    margin: 0;
                }
                .container {
                    text-align: center;
                    border: 1px solid #333;
                    padding: 3em;
                    max-width: 600px;
                }
                h1 { color: #fff; font-size: 1.5em; }
                p { color: #888; }
            </style>
        </head>
        <body>
            <div class="container">
                <h1>welcome visitor of matrixmilady.com</h1>
                <p>powered by miladyos</p>
            </div>
        </body>
        </html>