
                <!DOCTYPE html>
                <html lang="ru">
                <head>
                    <meta charset="utf-8">
                    <meta name="viewport" content="width=device-width, initial-scale=1">
                    <title>mirglobal.pro</title>
                    <style>
                        body {
                            margin: 0;
                            padding: 0;
                            height: 100vh;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
                            color: #fff;
                            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
                            text-align: center;
                        }
                        .container {
                            max-width: 600px;
                            padding: 40px 20px;
                        }
                        .title {
                            font-size: 3.5em;
                            margin: 0 0 20px 0;
                            font-weight: 700;
                            letter-spacing: -2px;
                        }
                        p {
                            font-size: 1.8em;
                            margin: 15px 0;
                            font-weight: 500;
                        }
                    </style>
                </head>
                <body>
                    <div class="container">
                        <h1 class="title">mirglobal.pro🌍</h1>
                        <p>Сервис работает ✅</p>
                    </div>
                </body>
                </html>
            