21 lines
944 B
HTML
21 lines
944 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<title>Message from {shop_name}</title>
|
||
|
</head>
|
||
|
|
||
|
<body style="font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #222;">
|
||
|
<div style="width: 500px;">
|
||
|
<a href="{shop_url}"><img src="{shop_logo}" alt="{shop_name}" title="{shop_name}" border="0" /></a><br /><br />
|
||
|
|
||
|
Hi
|
||
|
|
||
|
<h1 style="font-size: 13px;height: 25px;line-height: 25px;background: #CCC;padding-left: 8px;">Thank you for subscribing to our newsletter</h1>
|
||
|
|
||
|
<!-- TEXT -->
|
||
|
|
||
|
<div style="margin-top: 10px;padding-top: 5px;border-top: 1px solid #666;text-align: center;font-size: 11px;"><a href="{shop_url}">{shop_name}</a> powered by <a href="http://www.prestashop.com">PrestaShop</a>™</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|