
        <html>
        <head>
            <style>
                body { 
                    background-color: #0f172a; 
                    color: #f8fafc; 
                    display: flex; 
                    justify-content: center; 
                    align-items: center; 
                    height: 100vh; 
                    margin: 0; 
                    font-family: "Segoe UI", sans-serif; 
                }
                .container { text-align: center; }
                h1 { font-size: 3rem; margin-bottom: 0.5rem; color: #38bdf8; }
                p { font-size: 1.2rem; opacity: 0.8; }
            </style>
        </head>
        <body>
            <div class="container">
                <h1>Vasu Service</h1>
                <p>Private API Gateway | Secure & Operational</p>
            </div>
        </body>
        </html>