Generated on Mar 19, 2025, 11:34:58 PMgpt-4o-mini
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You from Assembly</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
width: 100%;
max-width: 600px;
margin: auto;
background: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header {
background-color: #007bff;
color: #ffffff;
padding: 10px;
text-align: center;
border-radius: 8px 8px 0 0;
}
.content {
padding: 20px;
text-align: left;
}
.footer {
text-align: center;
padding: 10px;
font-size: 12px;
color: #777777;
}
.button {
display: inline-block;
padding: 10px 20px;
background-color: #28a745;
color: #ffffff;
text-decoration: none;
border-radius: 5px;
margin-top: 10px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>Thank You for Choosing Assembly!</h1>
</div>
<div class="content">
<p>Dear Valued Customer,</p>
<p>We sincerely appreciate your purchase from Assembly. Your trust in our pre-owned electronics means a lot to us, and we are committed to providing you with the best quality products and service.</p>
<p>If you have any questions or need assistance, please do not hesitate to reach out to our support team. We are here to help!</p>
<p>As a token of our gratitude, here’s a special discount code for your next purchase: <strong>THANKYOU10</strong></p>
<a href="https://www.assembly.com" class="button">Shop Now</a>
</div>
<div class="footer">
<p>Follow us on social media for the latest updates and offers!</p>
<p>© 2023 Assembly. All rights reserved.</p>
</div>
</div>
</body>
</html>