<!DOCTYPE html>
        <html>
        <head>
            <title>Site en maintenance</title>
            <meta charset="UTF-8">
            <style>
                body {
                    background-color: #f1f1f1;
                    text-align: center;
                    padding-top: 100px;
                    font-family: sans-serif;
                    color: #333;
                }
            </style>
        </head>
        <body data-rsssl=1>
            <h1>Ce site est temporairement en maintenance</h1>
            <p>Merci de revenir plus tard.</p>
        </body>
        </html>