
         <!DOCTYPE html>
         <html lang="ru">
         <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>Full House One</title>
            <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🏠</text></svg>">
            
            <style>
                body {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100vh;
                    margin: 0;
                    background: #0f172a;
                    color: #f8fafc;
                    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
                }
                .container { text-align: center; }
                .icon { font-size: 64px; margin-bottom: 20px; }
                h1 { font-size: 2rem; font-weight: 300; margin: 0; }
                p { color: #94a3b8; margin-top: 10px; }
            </style>
        </head>
        <body>
            <div class="container">
                <div class="icon">🏠</div>
                <h1>Full House</h1>
                <p>Front-end is under construction.</p>
            </div>
        </body>
        </html>