Inboxes List

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

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <title>
   Yeti Bundle - Exclusive Offer
  </title>
  <style>
   body { 
      margin: 0; 
      padding: 20px; 
      background: #0c0f17; 
      font-family: 'Arial', sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
    }
    
    .email-container {
      width: 700px;
      background: #1a1f2e;
      border: 3px solid #2a9d8f;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
    
    .header {
      background: linear-gradient(90deg, #264653 0%, #2a9d8f 100%);
      padding: 20px;
      text-align: center;
      border-bottom: 3px solid #2a9d8f;
    }
    
    .logo {
      font-size: 28px;
      font-weight: bold;
      color: #e9c46a;
      margin-bottom: 5px;
    }
    
    .title {
      font-size: 20px;
      color: #ffffff;
      font-weight: bold;
    }
    
    .content {
      padding: 25px;
    }
    
    .product-section {
      display: flex;
      gap: 25px;
      margin-bottom: 20px;
      align-items: center;
    }
    
    .product-image {
      width: 200px;
      height: 150px;
      background: #2a2f3e;
      border: 2px solid #e9c46a;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #8d99ae;
      font-size: 14px;
    }
    
    .product-info {
      flex: 1;
    }
    
    .offer-text {
      color: #e9c46a;
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: bold;
    }
    
    .description {
      color: #8d99ae;
      font-size: 14px;
      line-height: 1.4;
    }
    
    .features {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      margin: 20px 0;
    }
    
    .feature {
      background: #2a2f3e;
      border: 1px solid #2a9d8f;
      padding: 12px;
      text-align: center;
      font-size: 12px;
      color: #e9c46a;
      font-weight: bold;
    }
    
    .cta-section {
      text-align: center;
      margin: 25px 0;
    }
    
    .cta-button {
      display: inline-block;
      background: #e76f51;
      color: #ffffff;
      padding: 15px 40px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      border: 2px solid #f4a261;
      transition: all 0.3s ease;
    }
    
    .cta-button:hover {
      background: #f4a261;
    }
    
    .urgency {
      background: #e76f51;
      color: #ffffff;
      padding: 12px;
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      border: 1px solid #f4a261;
      margin-top: 15px;
    }
    
    .footer {
      background: #264653;
      padding: 15px;
      text-align: center;
      border-top: 2px solid #2a9d8f;
    }
    
    .footer-text {
      color: #8d99ae;
      font-size: 11px;
      margin: 3px 0;
    }
    
    .unsubscribe {
      color: #e9c46a;
      text-decoration: none;
      font-size: 11px;
    }
  </style>
 </head>
 <body>
  <div class="email-container">
   <!-- Header -->
   <div class="header">
    <div class="logo">
     TRACTOR SUPPLY
    </div>
    <div class="title">
     FREE YETI OUTDOOR BUNDLE
    </div>
   </div>
   <!-- Content -->
   <div class="content">
    <div class="product-section">
     <div class="product-image">
      YETI GEAR
     </div>
     <div class="product-info">
      <div class="offer-text">
       Your Exclusive Bundle is Ready!
      </div>
      <div class="description">
       Claim your premium Yeti outdoor gear package - specially selected for our valued customers. High-performance equipment for your adventures.
      </div>
     </div>
    </div>
    <div class="features">
     <div class="feature">
      🏔️ Adventure Ready
     </div>
     <div class="feature">
      🛡️ Durable Build
     </div>
     <div class="feature">
      ⚡ High Performance
     </div>
     <div class="feature">
      🎁 100% Free
     </div>
    </div>
    <div class="cta-section">
     <a class="cta-button">
      CLAIM YOUR BUNDLE
     </a>
    </div>
    <div class="urgency">
     ⚠️ LIMITED TIME: Reserve within 24 hours
    </div>
   </div>
   <!-- Footer -->
   <div class="footer">
    <div class="footer-text">
     Tractor Supply Company
    </div>
    <div class="footer-text">
     Nashville, TN 37217
    </div>
    <div class="footer-text">
     © 2025 All Rights Reserved
    </div>
    <a class="unsubscribe">
     Unsubscribe
    </a>
   </div>
  </div>
  <img height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Ftlatink.costarockane.nl%252Ftrack%252F3%252F53060%252F759%252F6443%252F68%252F12023%252F11%252Flpfes949x3/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnRsYXRpbmsuY29zdCIsInRpbWUiOjE3NjAxMTU2NjEuMzE5ODA3OH0:1v7GUH:8DoVtqG9HXAFIHXosmxUh7pLvGRffHwHrlBA4ZJbFPo" style="display: none;" width="1"/>
 </body>
</html>