Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="fr">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <style>
- body {
- font-family: Arial, sans-serif;
- background-color: #0D1317;
- color: #FFE8D0;
- margin: 0;
- padding: 20px;
- }
- .container {
- max-width: 600px;
- margin: 0 auto;
- background-color: #11191F;
- padding: 20px;
- border-radius: 8px;
- border: 1px solid #7E6B57;
- }
- .header {
- text-align: center;
- }
- .header img {
- width: 150px;
- margin-bottom: 20px;
- }
- h1 {
- font-size: 24px;
- color: #DBA36A;
- }
- p {
- font-size: 16px;
- line-height: 1.5;
- }
- .button {
- display: inline-block;
- padding: 10px 20px;
- margin-top: 20px;
- background-color: #DBA36A;
- color: #FFE8D0;
- text-decoration: none;
- border-radius: 5px;
- }
- .footer {
- margin-top: 20px;
- text-align: center;
- font-size: 14px;
- color: #DBA36A;
- }
- .footer a {
- color: #FFE8D0;
- text-decoration: none;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="header">
- <img src="https://www.ateliercarnem.fr/wp-content/uploads/2024/08/logow.png" alt="Atelier Carnem Logo">
- <h1>Merci pour votre visite !</h1>
- </div>
- <p>Bonjour <strong>%customer_full_name%</strong>,</p>
- <p>Nous espérons que vous avez passé un agréable moment dans notre restaurant Atelier Carnem.</p>
- <p>Votre avis est précieux pour nous et aide d'autres clients à faire le bon choix. Si vous avez été satisfait de votre expérience, nous vous invitons à laisser un avis sur notre page Google.</p>
- <p>Merci de cliquer sur le lien ci-dessous pour partager votre avis :</p>
- <p><a href="https://g.page/r/CYiJi3tBV6lhEBM/review" class="button">Laisser un avis</a></p>
- <div class="footer">
- <p>Merci de votre confiance,</p>
- <p>L'équipe <a href="https://www.ateliercarnem.fr">Atelier Carnem</a></p>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement