
    <!DOCTYPE html>
    <html lang='fr'>
    <head>
        <meta charset='UTF-8'>
        <meta name='viewport' content='width=device-width, initial-scale=1.0'>
        <style>
            body { background-color: #0f172a; color: #f8fafc; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; overflow: hidden; }
            .container { text-align: center; padding: 3rem; border-radius: 1.5rem; background: #1e293b; border: 1px solid #334155; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); max-width: 400px; }
            .logo { font-size: 4rem; margin-bottom: 1rem; filter: drop-shadow(0 0 10px #38bdf8); }
            h1 { color: #38bdf8; margin: 0 0 1rem 0; font-size: 1.8rem; }
            p { color: #94a3b8; line-height: 1.6; margin-bottom: 2rem; }
            .status { display: inline-block; padding: 0.5rem 1rem; background: #0ea5e922; color: #38bdf8; border-radius: 2rem; font-size: 0.8rem; font-weight: bold; text-transform: uppercase; letter-spacing: 0.05em; }
        </style>
    </head>
    <body>
        <div class='container'>
            <div class='logo'>🐾</div>
            <h1>Tigropoil Box</h1>
            <p>Ce domaine est réservé aux fonctionnement de services.</p>
            <div class='status'>Système Opérationnel</div>
        </div>
    </body>
    </html>