<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Special Offer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;background:#ffffff;color:#000;">
<div style="max-width:600px;margin:20px auto;padding:15px;">
```
<h2 style="font-size:20px;font-weight:bold;">
Premium Product – Limited Offer
</h2>
<p>
This product is designed for daily use and trusted by many customers.
High quality materials, affordable price, and fast delivery available.
</p>
<p style="font-size:18px;font-weight:bold;">
Price: ₹2,499
</p>
<p>
<a href="https://example.com"
style="color:#0066cc;text-decoration:underline;">
Click here to continue
</a>
</p>
```
</div>
</body>
</html>