"\n    <!DOCTYPE html>\n    <html>\n    <head>\n        <meta charset=\"utf-8\">\n        <title>Скоро вернёмся</title>\n        <style>\n            body {\n                font-family: -apple-system, sans-serif;\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100vh;\n                margin: 0;\n                background: #f5f5f5;\n            }\n            .card {\n                text-align: center;\n                padding: 40px;\n                background: white;\n                border-radius: 12px;\n                box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            }\n        </style>\n    </head>\n    <body>\n        <div class=\"card\">\n            <h1>🚧 Сайт на обслуживании</h1>\n            <p>Мы скоро вернёмся. Пожалуйста, попробуйте позже.</p>\n        </div>\n    </body>\n    </html>\n    "