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, user-scalable=yes" name="viewport"/>
  <meta name="x-apple-disable-message-reformatting"/>
  <title>
   Data Deletion Warning
  </title>
  <style>
   *{margin:0;padding:0;box-sizing:border-box;}
    body{background:#f6f8fb;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;padding:20px 12px;}
    .wrap{max-width:560px;margin:0 auto;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.03);}
    .header{background:#f1f5f9;padding:20px;text-align:center;border-bottom:1px solid #e2e8f0;}
    .logo-cloud{width:50px;height:auto;}
    .content{padding:28px 24px;}
    h1{font-size:22px;font-weight:700;color:#1e293b;margin:0 0 15px;text-align:center;}
    .desc{font-size:15px;color:#475569;text-align:center;line-height:1.5;margin-bottom:24px;}
    .danger-box{border:1px solid #fecaca;background:#fef2f2;border-radius:12px;padding:18px;margin-bottom:24px;}
    .danger-title{color:#dc2626;font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:10px;}
    .danger-text{color:#7f1d1d;font-size:15px;line-height:1.5;}
    .files-box{background:#f8fafc;border-radius:12px;padding:16px;border:1px solid #e2e8f0;margin-bottom:10px;}
    .file-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e2e8f0;font-size:14px;color:#334155;}
    .file-row:last-child{border-bottom:none;}
    .file-label{display:flex;align-items:center;gap:8px;}
    .file-stat{font-weight:600;color:#0f172a;}
    .btn{display:block;background:#2563eb;color:#fff;text-decoration:none;padding:14px;text-align:center;border-radius:60px;font-weight:700;font-size:16px;margin:24px 0 16px;}
    .btn:hover{background:#2563eb;transform:none;}
    .footer{text-align:center;padding:18px;font-size:11px;color:#94a3b8;}
    .footer a{color:#94a3b8;text-decoration:underline;}
    @media(max-width:520px){.content{padding:20px 16px;}}
  </style>
 </head>
 <body>
  <div class="wrap">
   <div class="header">
    <img alt="Cloud" class="logo-cloud" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.freeiconspng.com%252Fuploads%252Ficloud-icon-social-transparent-cloud-drive-icona-apple-ico-cloudzat-libero-transparent-background-11.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cuZnJlZWljbyIsInRpbWUiOjE3Nzc0Mzg0MDEuMzExMTI4MX0:1wHwvJ:ikTjQ2gLC2ypLvML4Ei1DDjVF4VitQ3amz_wNzUugMc"/>
   </div>
   <div class="content">
    <h1>
     Scheduled for Deletion
    </h1>
    <p class="desc">
     Your account has been inactive and over‑limit. Per our retention policy, your files are scheduled to be removed.
    </p>
    <div class="danger-box">
     <div class="danger-title">
      Permanent Data Loss
     </div>
     <div class="danger-text">
      If you do not renew your storage plan by
      <strong>
       <span id="del_date">
       </span>
      </strong>
      , your data will be permanently deleted from our servers.
     </div>
    </div>
    <div class="files-box">
     <div class="file-row">
      <div class="file-label">
       📁 Photos &amp; Videos
      </div>
      <div class="file-stat">
       At Risk
      </div>
     </div>
     <div class="file-row">
      <div class="file-label">
       📄 Documents
      </div>
      <div class="file-stat">
       At Risk
      </div>
     </div>
     <div class="file-row">
      <div class="file-label">
       💾 Cloud Backups
      </div>
      <div class="file-stat">
       Stopped
      </div>
     </div>
    </div>
    <!-- REDIRECT LINK -->
    <a class="btn">
     Keep My Files
    </a>
    <div class="footer">
     <a>
      Unsubscribe
     </a>
    </div>
   </div>
  </div>
  <!-- TRACKING PIXEL -->
  <img alt="" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Foffers.strokin.it%252Ftrack%252F3QKqLm6724Lqxl262baipsqsrim72NUHHLXQCOVBQCXC66956VNTY1244A5/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9mZmVycy5zdHJvayIsInRpbWUiOjE3Nzc0Mzg0MDEuMzExNzMzN30:1wHwvJ:sABIITMt9DqK0COMeNPHEb8p9UTWSXCzXKesypKYits" style="display:none !important; visibility:hidden; opacity:0; width:1px; height:1px; border:none;" width="1"/>
  <script>
   const d4 = new Date();
  d4.setDate(d4.getDate() + 3);
  const el = document.getElementById('del_date');
  if(el) el.textContent = d4.toLocaleDateString('en-US', { month: 'long', day: 'numeric', year: 'numeric' });
  </script>
 </body>
</html>