Created
May 20, 2025 14:20
-
-
Save azamatx/594b99d04e6d79011f32f7a436843ff6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Email Template</title> | |
<style type="text/css"> | |
body{ | |
font-family:sans-serif!important; | |
background-color:#000; | |
margin:0; | |
padding:0; | |
} | |
table{ | |
width:100%; | |
max-width:600px; | |
margin:0 auto; | |
border-collapse:collapse; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="body"> | |
<table> | |
<tr> | |
<td>Hello, world!</td> | |
</tr> | |
</table> | |
</div> | |
<div class="footer" style="max-width: 520px; width: 100%; padding-top: 28px !important; border-top: 1px solid #CEE3F3 !important; margin: 0 auto !important;"> | |
<table style="width: 100%;"> | |
<tr> | |
<td> | |
<img style="max-width: 168px !important; width: 100% !important; margin-bottom: 20px;" src="https://netevia.com/mailchimp-images/05/Logo-foot.png" alt="logo"> | |
</td> | |
</tr> | |
<tr> | |
<td> | |
<h2 style="color: #fff; font-size: 16px; margin-bottom: 8px;">Contact information</h2> | |
<ul style="padding: 0 !important; list-style: none;"> | |
<li style="font-size: 12px; margin-bottom: 3px; margin-left: 0;"> | |
<span style="margin-right: 8px;"> | |
<img src="https://netevia.com/mailchimp-images/05/PhoneWhiteOutlined.png" alt="phone"> | |
</span> | |
<a style="text-decoration: none !important; color: #fff;" href="tel:877-610-4729">877-610-4729</a> | |
</li> | |
<li style="font-size: 12px; margin-left: 0;"> | |
<span style="margin-right: 8px;"> | |
<img src="https://netevia.com/mailchimp-images/05/EmailWhiteOutlined.png" alt="email"> | |
</span> | |
<a style="text-decoration: none !important; color: #42A5F5 !important;" href="mailto:[email protected]">[email protected]</a> | |
</li> | |
</ul> | |
<p style="font-size: 12px; max-width: 176px; color: #fff;">2590 Hollywood Blvd, Hollywood, FL 33020</p> | |
</td> | |
</tr> | |
<tr> | |
<td> | |
<ul style="display: flex; align-items: center; list-style: none; gap: 24px; padding: 0 !important;"> | |
<li style="margin-left: 0;"> | |
<a href="https://www.facebook.com/netevia" target="_blank"> | |
<img src="https://netevia.com/mailchimp-images/05/facebook.png" alt="facebook"> | |
</a> | |
</li> | |
<li> | |
<a href="https://www.instagram.com/neteviapayments/" target="_blank"> | |
<img src="https://netevia.com/mailchimp-images/05/instagram.png" alt="instagram"> | |
</a> | |
</li> | |
<li> | |
<a href="https://twitter.com/NeteviaPayments" target="_blank"> | |
<img src="https://netevia.com/mailchimp-images/05/x.png" alt="twitter"> | |
</a> | |
</li> | |
</ul> | |
</td> | |
<td style="text-align: right;"> | |
<p style="font-size: 12px; color: white;">Netevia Group LLC</p> | |
</td> | |
</tr> | |
</table> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment