48 lines
2.2 KiB
HTML
48 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
|
|
<body style="font-family: 'Arial', sans-serif; background-color: #f4f4f4; margin: 0; padding: 0;">
|
|
|
|
<table
|
|
style="width: 100%; max-width: 600px; margin: 20px auto; background-color: #ffffff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); overflow: hidden; font-size: 0px;"
|
|
cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td style="width: 100%"> <img src="{{topImageSrc}}" alt=""
|
|
style="width: 100%; height: auto; border-top-left-radius: 8px; border-top-right-radius: 8px;">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td style="width: 100%; padding: 20px 20px 0 20px; font-size: 16px">
|
|
<p style="color: #333; margin: 0 0 15px">{{salutation}}</p>
|
|
<p style="color: #333; margin: 0 0 15px">{{text_1}}</p>
|
|
<p style="color: #333; margin: 0 0 15px">{{text_2}}</p>
|
|
<p style="color: #333; margin: 0 0 15px">{{text_3}}</p>
|
|
<a target="_blank" href="{{CTA_Link}}"
|
|
style="display: inline-block; padding: 10px 15px; background-color: #4d61d6; color: #fff !important; text-decoration: none !important; border-radius: 5px; margin-top: 20px;"
|
|
rel="noopener">{{ctaButton}}</a>
|
|
<img src="https://jannex.de/unsubscribed/public/shinnex-generator-inputs.png" alt=""
|
|
style="width: 100%; max-height: 100%; border-radius: 5px; margin: 20px auto;">
|
|
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
|
<p style="color: #333; margin: 0 0 15px">{{text_4}}</p>
|
|
<p style="color: #333; margin: 0 0 15px">{{text_5}}</p>
|
|
<p style="color: #333; margin: 0 0 15px">{{text_6}}</p>
|
|
<p style="color: #555; margin: 0"> {{bestRegards}}</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
{{footer}}
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html> |