Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<html lang="en">
 <head>
  <title>
   Luxury Watches for the Discerning Buyer
  </title>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <style>
   body {
            font-family: 'Helvetica', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f5f5f5;
        }
        .email-container {
            width: 100%;
            max-width: 650px;
            margin: 0 auto;
            padding: 30px;
            background-color: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }
        .header {
            background-color: #333;
            color: #fff;
            padding: 15px;
            text-align: center;
            border-radius: 10px 10px 0 0;
        }
        .header h1 {
            margin: 0;
            font-size: 26px;
        }
        .cta-button {
            display: inline-block;
            background-color: #1a73e8;
            color: white;
            padding: 15px 25px;
            font-size: 18px;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 20px;
            text-align: center;
        }
        .cta-button:hover {
            background-color: #0f5bb7;
        }
        .image-container {
            text-align: center;
            margin: 20px 0;
        }
        .image-container img {
            width: 100%;
            max-width: 600px;
            border-radius: 10px;
        }
        .content {
            text-align: center;
            font-size: 16px;
            line-height: 1.5;
            color: #333;
        }
        .price {
            font-size: 24px;
            color: #e63946;
            font-weight: bold;
            margin-top: 15px;
        }
        .footer {
            text-align: center;
            margin-top: 30px;
            font-size: 14px;
            color: #888;
        }
        .footer a {
            color: #1a73e8;
            text-decoration: none;
        }
  </style>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
 </head>
 <body>
  <div class="email-container">
   <!-- Header Section -->
   <div class="header">
    <h1>
     Exclusive Luxury Watches
    </h1>
   </div>
   <!-- Image Section -->
   <div class="image-container">
    <a>
     <img alt="Luxury Watches Collection" onerror="this.onerror=null; this.src='https://via.placeholder.com/600x300?text=Luxury+Watches+%24+250';" src="https://inboxflows.com/_/image/https%253A%252F%252Fg.pensionplestil.net%252F1.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZnLnBlbnNpb25wbCIsInRpbWUiOjE3NDE1OTEwNzYuNTQ1OTg1NX0:1trXOe:PGwNcbG7-gkS-FszLywpwKvLCG-MUyCz-0hoMyNRQ4M"/>
    </a>
   </div>
   <!-- Content Section -->
   <div class="content">
    <p>
     Discover our exclusive collection of luxury watches, designed for those who 
appreciate the finer things in life. Each watch is a statement of elegance, 
precision, and style.
    </p>
    <p class="price">
     $250 per Watch
    </p>
    <a class="cta-button">
     Shop Now
    </a>
   </div>
   <!-- Footer Section -->
   <div class="footer">
    <p>
     If you no longer wish to receive emails, please
     <a>
      unsubscribe 
here
     </a>
     .
    </p>
   </div>
  </div>
 </body>
</html>