Generated on Jan 17, 2025, 7:48:36 PMgemini-1.5-flash
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Happy Birthday!</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
max-width: 600px;
margin: 0 auto;
background-color: #ffffff;
padding: 20px;
}
.header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
.header h1 {
margin: 0;
}
.content {
padding: 20px;
}
.content p {
line-height: 1.6;
}
.footer {
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
font-size: 12px;
}
.button {
background-color: #007bff;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
display: inline-block;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>Happy Birthday, [Customer Name]!</h1>
</div>
<div class="content">
<p>We hope you have a wonderful birthday filled with joy, laughter, and unforgettable moments. Thank you for being a valued customer.</p>
<p>As a small token of our appreciation, please enjoy [Discount Code/Special Offer/Link to a relevant page on your website].</p>
<p>We appreciate your continued support and look forward to serving you in the future.</p>
<a href="[Link to your website or special offer]" class="button">Learn More</a>
</div>
<div class="footer">
<p>© [Year] [Your Company Name]. All rights reserved.</p>
</div>
</div>
</body>
</html>