Inboxes

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

+New inbox

<!-- Main Container -->
<html>
 <body>
  <div style="max-width:600px; background:#ffffff; margin:0 auto; border-radius:14px; overflow:hidden; box-shadow:0 7px 25px rgba(0,0,0,0.12);">
   <!-- Header -->
   <div style="background:#059669; color:#ffffff; text-align:center; padding:30px 25px;">
    <h2 style="margin:0; font-size:24px; font-weight:bold;">
     Harbor Freight - Stanley Tool Set
    </h2>
    <p style="margin-top:8px; font-size:16px;">
     Your Trusted Toolkit Awaits
    </p>
   </div>
   <!-- Body -->
   <div style="padding:30px 25px; color:#065f46; text-align:center;">
    <h3 style="font-size:20px; margin-bottom:16px;">
     Equip Yourself for Success
    </h3>
    <p style="font-size:15px; line-height:1.6;">
     The
     <strong>
      Stanley Tool Set
     </strong>
     from Harbor Freight offers a comprehensive selection of tools crafted for quality and durability.
    </p>
    <!-- Features -->
    <div style="background:#d1fae5; padding:20px; margin:25px 0; border-radius:8px; border:1px solid #059669; text-align:left;">
     <p style="margin:0 0 10px; font-weight:600; color:#065f46;">
      Set Includes:
     </p>
     <ul style="margin:0; padding-left:20px; font-size:14px; color:#065f46;">
      <li>
       Hammer &amp; Screwdriver Set
      </li>
      <li>
       Adjustable Wrenches
      </li>
      <li>
       Tape Measure &amp; Level
      </li>
      <li>
       Socket &amp; Ratchet Set
      </li>
      <li>
       Heavy-Duty Carrying Case
      </li>
     </ul>
    </div>
    <!-- CTA -->
    <a style="display:inline-block; background:#059669; color:#ffffff; padding:14px 34px; font-size:15px; font-weight:bold; border-radius:30px; text-decoration:none;">
     Claim Your Tool Set Now
    </a>
    <p style="margin-top:16px; font-size:13px; color:#065f46;">
     Limited availability – order today
    </p>
   </div>
   <!-- Footer -->
   <div style="background:#d1fae5; padding:18px 20px; text-align:center; font-size:12px; color:#065f46;">
    <p style="margin:0;">
     Harbor Freight – Tools You Can Depend On
    </p>
    <p style="margin-top:6px;">
     <a style="color:#059669; text-decoration:none;">
      Unsubscribe
     </a>
    </p>
   </div>
  </div>
 </body>
</html>