Inboxes List

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

+New inbox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="//www.w3.org/1999/xhtml">
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <title>
   CBS News · Diabetes Report
  </title>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;display=swap" rel="stylesheet"/>
  <style>
   * { margin: 0; padding: 0; box-sizing: border-box; }
        body { background: #f5f7fa; font-family: 'Inter', sans-serif; padding: 20px 0; }
        img { display: block; border: 0; max-width: 100%; }
        a { text-decoration: none; color: inherit; }
        
        .card {
            max-width: 460px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 40px -15px rgba(0,0,0,0.15);
        }
        
        /* Hero image section with original CBS image */
        .hero {
            position: relative;
            height: 240px;
            background-image: url('https://inboxflows.com/_/image/https%253A%252F%252Fs.abcnews.com%252Fimages%252FGMA%252F160906_gma_roberts_16x9_992.jpg%253Fw%253D992/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzLmFiY25ld3MuYyIsInRpbWUiOjE3NzMyNDExNTQuNjQ5OTg0OH0:1w0L1m:TLooHuN-Wcyo-PX549kEimaFgiDUWBh1w-yzN5WBNqI');
            background-size: cover;
            background-position: center;
        }
        .hero-overlay {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, transparent 50%);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 20px;
        }
        .hero-tag {
            background: #dc2626;
            color: white;
            font-size: 11px;
            font-weight: 700;
            padding: 5px 14px;
            border-radius: 40px;
            display: inline-block;
            width: fit-content;
            margin-bottom: 8px;
            text-transform: uppercase;
        }
        .hero-title {
            color: white;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.2;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }
        
        .content { padding: 20px; }
        
        .meta {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
            font-size: 12px;
            color: #4b5563;
        }
        .live-badge {
            background: #dc2626;
            color: white;
            font-size: 10px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 40px;
        }
        
        h2 {
            font-size: 20px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 12px;
            color: #111827;
        }
        
        .stats {
            display: flex;
            gap: 8px;
            margin: 15px 0;
        }
        .stat {
            flex: 1;
            background: #f3f4f6;
            border-radius: 16px;
            padding: 10px 5px;
            text-align: center;
        }
        .stat-num {
            font-size: 18px;
            font-weight: 700;
            color: #dc2626;
        }
        .stat-label {
            font-size: 9px;
            text-transform: uppercase;
            color: #6b7280;
        }
        
        .quote {
            background: #f9fafb;
            border-left: 4px solid #dc2626;
            padding: 12px;
            border-radius: 12px;
            margin: 15px 0;
            font-size: 13px;
            line-height: 1.5;
            color: #1f2937;
        }
        
        .btn {
            background: #dc2626;
            color: white;
            font-weight: 600;
            font-size: 16px;
            padding: 14px;
            border-radius: 60px;
            display: block;
            text-align: center;
            margin: 20px 0;
            box-shadow: 0 8px 16px -6px #dc2626;
        }
        
        .footer {
            background: #f9fafb;
            padding: 16px;
            text-align: center;
            border-top: 1px solid #e5e7eb;
            font-size: 10px;
            color: #6b7280;
        }
        .footer-links {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 6px;
        }
        .footer-links a { color: #dc2626; text-decoration: underline; }
        
        @media (max-width:480px) {
            .stats { flex-direction: column; }
            .hero { height: 200px; }
        }
  </style>
 </head>
 <body>
  <!-- TRACKING PIXEL -->
  <img alt="" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Foffers.docnebiolo.it%252Ftrack%252F3uqzZZ3952HDuuf289UgkP0Uhi0CIke0HTRR5/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9mZmVycy5kb2NuZSIsInRpbWUiOjE3NzMyNDExNTQuNjUzMTk0N30:1w0L1m:_lZCOJYzf-fX8AHwj1RHJM4GqYmghYmHtKP3thzU_RA" style="opacity:0; position:absolute;" width="1"/>
  <div class="card">
   <!-- Hero image with original CBS image -->
   <div class="hero">
    <div class="hero-overlay">
     <span class="hero-tag">
      🔴 60 MINUTES
     </span>
     <h1 class="hero-title">
      The "Diabetic Parasite" Exposed
     </h1>
    </div>
   </div>
   <div class="content">
    <div class="meta">
     <span class="live-badge">
      LIVE
     </span>
     <span>
      <strong>
       Dr. Sarah Mitchell
      </strong>
     </span>
     <span>
      •
     </span>
     <span>
      12 min ago
     </span>
    </div>
    <h2>
     Doctors discover simple GlycoLean recipe that flushes out diabetes parasite
    </h2>
    <div class="stats">
     <div class="stat">
      <span class="stat-num">
       2.9M
      </span>
      <div class="stat-label">
       views
      </div>
     </div>
     <div class="stat">
      <span class="stat-num">
       4.9★
      </span>
      <div class="stat-label">
       rating
      </div>
     </div>
     <div class="stat">
      <span class="stat-num">
       94%
      </span>
      <div class="stat-label">
       success
      </div>
     </div>
    </div>
    <div class="quote">
     "My father was on insulin for 15 years. After 3 weeks, his A1C dropped from 9.2 to 5.6."
    </div>
    <a class="btn">
     ▶ WATCH FULL REPORT
    </a>
   </div>
   <div class="footer">
    <div class="footer-links">
     <a>
      Privacy
     </a>
     <a>
      Terms
     </a>
     <a>
      Unsubscribe
     </a>
    </div>
    <div>
     © 2026 CBS News
    </div>
   </div>
  </div>
 </body>
</html>