<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<title>Newsletter</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
padding: 0;
margin: 0;
}
.container {
max-width: 600px;
background-color: #ffffff;
margin: 20px auto;
padding: 30px;
border-radius: 6px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333333;
font-size: 24px;
}
p {
color: #555555;
line-height: 1.6;
}
.cta-button {
display: inline-block;
padding: 12px 24px;
background-color: #0073aa;
color: #ffffff;
text-decoration: none;
border-radius: 4px;
margin-top: 20px;
}
.footer {
text-align: center;
font-size: 12px;
color: #999999;
margin-top: 30px;
}
</style>
</head>
<body>
<div class=”container”>
<h1>Bienvenue dans notre newsletter !</h1>
<p>Merci de vous être inscrit à notre newsletter. Voici les dernières nouvelles de notre site :</p>

<h2>📰 Nouvel article : Optimisez votre SEO WordPress</h2>
<p>Découvrez les meilleures pratiques pour améliorer la visibilité de votre site sur les moteurs de recherche.</p>

<a href=”https://votre-site.com/article-seo” class=”cta-button”>Lire l’article</a>

<div class=”footer”>
<p>Vous recevez cet e-mail car vous vous êtes inscrit sur notre site.</p>
<p><a href=”%UNSUBSCRIBE_LINK%”>Se désabonner</a></p>
</div>
</div>
</body>
</html>

Français