<!DOCTYPE html>
            <html lang="fr">
            <head>
                <meta charset="UTF-8">
                <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>Memoman évolue</title>
                <style>
                    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-align: center; margin: 0; padding: 40px 20px; background: #fdfdfd; color: #2d3748; }
                    .card { max-width: 500px; margin: 8% auto; padding: 40px; background: white; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1); }
                    h1 { font-size: 24px; color: #1a202c; margin-bottom: 16px; }
                    p { font-size: 16px; line-height: 1.6; color: #718096; margin-bottom: 30px; }
                    a { display: inline-block; padding: 12px 30px; background: #4f46e5; color: white; text-decoration: none; border-radius: 6px; font-weight: 600; transition: background 0.2s; }
                    a:hover { background: #4338ca; }
                </style>
            </head>
            <body>
                <div class="card">
                    <h1>Memoman change de dimension !</h1>
                    <p>Notre service historique évolue vers une toute nouvelle plateforme technologique, plus moderne, plus fluide et dédiée à vos vidéos sous-titrées.</p>
                    <a href="https://memo.video">Découvrir Memo.video</a>
                </div>
            </body>
            </html>