(dd) Reminder: Shipping Alert - CN - 96795993 - Monday, April 29, 2024 - Friendly reminder about yo
Brought to you by:
bagder
|
From: Express D. I. <Pqa...@3a...> - 2024-04-29 03:51:13
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Outstanding Delivery</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
margin: 0;
padding: 0;
}
.container {
max-width: 600px;
margin: 20px auto;
padding: 20px;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header {
background-color: #8B0000;
color: #fff;
padding: 15px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
text-align: center;
font-size: 24px;
margin-bottom: 20px;
}
.content {
padding: 20px;
border-bottom: 2px solid #8B0000;
margin-bottom: 20px;
}
.btn {
display: inline-block;
padding: 10px 20px;
background-color: #8B0000;
color: #fff;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
margin-top: 20px;
margin-bottom: 20px;
}
.btn:hover {
background-color: #800000;
}
.note {
background-color: #ffe4e1;
color: #8B0000;
padding: 15px;
border-radius: 5px;
text-align: center;
margin-top: 20px;
}
.footer {
text-align: center;
margin-top: 20px;
font-size: 12px;
color: #666;
}
a {
color: #8B0000;
text-decoration: underline;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
th, td {
padding: 10px;
border: 1px solid #ddd;
text-align: left;
}
th {
background-color: #8B0000;
color: #fff;
}
.logo {
display: block;
margin: 0 auto;
width: 70%;
height: auto;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">Important Notice: Outstanding Delivery</div>
<img class="logo" src="https://blog.shipway.com/wp-content/uploads/2019/11/DHL.png" alt="DHL Logo">
<div class="content">
<p>Dear Customer,</p>
<p>We would like to urgently inform you that your shipment cannot be delivered at the moment. It is currently in the processing stage and will be dispatched to you shortly.</p>
<p>Please note that there has been an unexpected delay. We sincerely apologize for any inconvenience caused and thank you for your understanding and patience.</p>
<a href="https://ow.ly/LEvb50Rqj4A" class="btn">Check Shipment Status >>></a>
<hr>
<table>
<tr>
<th>Delivery Time</th>
<td>A new delivery date will be updated</td>
</tr>
<tr>
<th>Amount Due</th>
<td>EUR 1.85 (One Euro and Eighty-Five Cents) or the equivalent amount in your local currency</td>
</tr>
</table>
<p class="note"><strong>Note:</strong> We are making every effort to deliver your shipment as quickly as possible. Please check the shipment status regularly for further updates.</p>
</div>
<div class="footer">International GmbH | Charles-de-Gaulle-Straße 20 | 53113 Bonn, Germany | © 2024 EXPRESS International GmbH. All rights reserved.</div>
</div>
</body>
</html>
|