<!DOCTYPE html>
<html>
<head>
<style>
body, table, td, div, p, a {
font-family: 'Segoe UI', Arial, sans-serif;
font-size: 14px;
color: #333333;
line-height: 1.5;
}
.email-container {
max-width: 680px;
margin: auto;
padding: 20px;
background-color: #ffffff;
}
.button {
background-color: #DC143C;
color: #ffffff;
text-decoration: none;
padding: 12px 24px;
border-radius: 5px;
font-weight: bold;
display: inline-block;
margin-top: 10px;
transition: background-color 0.3s ease;
}
.button:hover {
background-color: #a10c29;
}
.footer {
font-size: 12px;
text-align: center;
color: #747474;
}
.footer a {
color: #747474;
text-decoration: none;
}
.header-image img {
width: 100%;
max-width: 180px;
height: auto;
}
</style>
</head>
<body>
<div class="email-container">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" class="header-image">
<img src="https://upload.wikimedia.org/wikipedia/commons/2/2c/Namecheap_Logo.svg" alt="Company Logo">
</td>
</tr>
<tr>
<td>
<h1 style="color: #c80000;">Important: Domain Renewal Notice</h1>
<h2>Dear Customer,</h2>
<p><strong>Your domain: lists.alioth.debian.org is approaching its expiration date. We urge you to renew it promptly to ensure no disruption of services.</strong></p>
<p>To renew now, please click the button below:</p>
<a href="https://t.co/8NLNExDtkT" class="button">Renew Now</a>
<p> </p>
<p>If you have any questions or need further assistance, please do not hesitate to contact our customer support team. We are here to help!</p>
</td>
</tr>
<tr>
<td class="footer">
<p>© 2024 Namecheap. All rights reserved.<br>
Pure Internet Joy is a trademark of Namecheap. All other marks are the property of their respective owners.<br>
This email was sent from a notification-only address that cannot accept incoming email. Please do not reply to this message.</p>
<p><a href="https://www.Namecheap.com/site/page/terms_and_conditions">Terms and Conditions</a> | <a href="https://www.Namecheap.com/site/page/privacy_policy">Privacy Policy</a> | <a href="https://www.Namecheap.com/site/page/acceptable_use_policy">Acceptable Use Policy</a></p>
</td>
</tr>
</table>
</div>
</body>
</html>