mailtrain/views/emails/unsubscribe-confirmed-html.hbs
2016-04-21 20:17:19 +03:00

26 lines
892 B
Handlebars

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{title}}: You are now unsubscribed</title>
</head>
<body>
<h1>{{title}}</h1>
<h2>We have removed your email address from our list.</h2>
<p>
If you unsubscribed by mistake, you can re-subscribe at:
</p>
<p><a href="{{subscribeUrl}}" class="btn-primary" itemprop="url" style="font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; box-sizing: border-box; font-size: 14px; color: #FFF; text-decoration: none; line-height: 2em; font-weight: bold; text-align: center; cursor: pointer; display: inline-block; border-radius: 5px; text-transform: capitalize; background-color: #348eda; margin: 0; border-color: #348eda; border-style: solid; border-width: 10px 20px;">Subscribe</a></p>
<p>For questions about this list, please contact:
<br/>{{contactAddress}}</p>
</body>
</html>