Inboxes

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

+New inbox

<html>
 <body>
  <center>
   <div style="width:100%; background:#1f1f1f; padding:40px 0; font-family:'Segoe UI', Arial, sans-serif;">
    <!-- Email Container -->
    <div style="max-width:600px; margin:auto; background:#2b2b2b; border-radius:12px; overflow:hidden; box-shadow:0 5px 20px rgba(0,0,0,0.3); border:1px solid #444;">
     <!-- Header -->
     <div style="background:#ffb300; padding:28px 20px; text-align:center;">
      <h2 style="margin:0; font-size:26px; color:#000;">
       Harbor Freight – Stanley Tool Set
      </h2>
      <p style="margin-top:8px; font-size:14px; color:#222;">
       Built for Tough Jobs
      </p>
     </div>
     <!-- Body -->
     <div style="padding:26px 24px; color:#eee; text-align:center;">
      <h3 style="font-size:20px; margin-bottom:14px; color:#ffb300;">
       Everything You Need in One Set
      </h3>
      <p style="font-size:15px; line-height:1.6; margin:0 0 20px;">
       The
       <strong>
        Stanley Tool Set
       </strong>
       is your all-in-one solution for professional and home repairs.
      </p>
      <!-- Features -->
      <div style="background:#1a1a1a; border:1px solid #444; padding:16px; border-radius:8px; text-align:left;">
       <p style="margin:0 0 8px; font-weight:600; color:#ffb300;">
        Includes:
       </p>
       <ul style="margin:0; padding-left:18px; font-size:14px; color:#ddd;">
        <li>
         Comprehensive socket and ratchet set
        </li>
        <li>
         Precision screwdrivers
        </li>
        <li>
         Heavy-duty storage case
        </li>
       </ul>
      </div>
      <!-- CTA Button -->
      <a style="display:inline-block; background:#ffb300; color:#000; padding:14px 36px; font-size:15px; font-weight:bold; border-radius:30px; text-decoration:none; margin-top:24px;">
       Get My Tool Set
      </a>
      <p style="margin-top:12px; font-size:13px; color:#aaa;">
       Limited stock available
      </p>
     </div>
     <!-- Footer -->
     <div style="background:#1a1a1a; padding:14px 20px; text-align:center; font-size:12px; color:#777; border-top:1px solid #444;">
      <p style="margin:0;">
       Harbor Freight promotional email
      </p>
      <p style="margin-top:6px;">
       <a style="color:#ffb300; text-decoration:none;">
        Unsubscribe
       </a>
      </p>
     </div>
    </div>
   </div>
  </center>
 </body>
</html>