70 lines
1.9 KiB
HTML
70 lines
1.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="de">
|
|
<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);
|
|
"
|
|
cellspacing="0"
|
|
cellpadding="0"
|
|
>
|
|
<tr>
|
|
<td style="width: 100%; padding: 20px">
|
|
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
|
|
<p style="color: #555; margin: 0 0 15px">%greeting%</p>
|
|
<p style="color: #555">%text1%</p>
|
|
|
|
<p style="color: #555; margin: 0 0 15px">%text2%</p>
|
|
|
|
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
|
|
|
|
<p style="color: #555; margin: 0 0 15px">
|
|
%textUnsubscribeNewsletterParticipation%
|
|
</p>
|
|
|
|
<a
|
|
href="{{.unsubscribeNewsletterParticipationLink}}"
|
|
style="
|
|
margin-top: 20px;
|
|
color: #777;
|
|
font-size: 12px;
|
|
text-decoration: underline;
|
|
"
|
|
>%unsubscribeNewsletterParticipationButton%</a
|
|
>
|
|
|
|
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
|
|
|
|
<a
|
|
href="{{.privacyPolicyLink}}"
|
|
style="
|
|
margin-top: 20px;
|
|
color: #777;
|
|
font-size: 12px;
|
|
text-decoration: underline;
|
|
"
|
|
>%privacyPolicy%</a
|
|
>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|