<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <title>Maintenance en cours</title>
    <style>
        body { font-family: system-ui, sans-serif; text-align: center; padding: 50px; background: #f4f4f4; color: #333; }
        .box { background: white; padding: 40px; border-radius: 8px; display: inline-block; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        h1 { margin-top: 0; color: #d9534f; }
    </style>
</head>
<body>
    <div class="box">
	<h1>Our websites are undergoing maintenance today.</h1>
        <p>Thank you for your patience.</p>
    </div>
</body>
</html>
