Files
html/maintenance.html
2026-04-16 05:29:19 +02:00

8 lines
793 B
HTML

<!DOCTYPE html><html><head><meta charset="utf-8"><title>Service en maintenance</title>
<style>body{background:#0a0a0f;color:#e8e8f0;font-family:Outfit,sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;margin:0}
.box{text-align:center;padding:40px;border:1px solid #2a2a3e;border-radius:12px;background:#12121a;max-width:500px}
h1{color:#06d6a0;font-size:24px}p{color:#8888aa;line-height:1.6}
.badge{display:inline-block;padding:4px 12px;background:rgba(245,158,11,.15);color:#f59e0b;border-radius:6px;font-size:12px;margin-top:16px}</style></head>
<body><div class="box"><h1>⚙️ Service en déploiement</h1>
<p>Ce service est en cours de configuration.<br>Il sera disponible prochainement.</p>
<span class="badge">WEVAL Infrastructure</span></div></body></html>