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:24px 12px;}
    .wrap{max-width:560px;margin:0 auto;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,0.04);}
    .header{background:#f8fafc;padding:24px 20px;text-align:center;border-bottom:1px solid #eef2f8;}
    .logo-cloud{max-width:70px;height:auto;display:inline-block;}
    .content{padding:32px 28px;}
    h1{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 16px;text-align:center;}
    .desc{font-size:15px;color:#475569;text-align:center;line-height:1.5;margin-bottom:24px;}
    .danger-box{border-left:4px solid #dc2626;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:8px;}
    .danger-text{color:#7f1d1d;font-size:15px;line-height:1.5;}
    .files-box{background:#f8fafc;border-radius:16px;padding:16px;border:1px solid #eef2f8;margin-bottom:10px;}
    .file-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eef2f8;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:28px 0 20px;transition:background 0.2s;}
    .btn:hover{background:#1d4ed8;transform:none;}
    .footer{text-align:center;padding:20px;font-size:11px;color:#94a3b8;border-top:1px solid #eef2f8;}
    .footer a{color:#94a3b8;text-decoration:underline;}
    @media(max-width:520px){.content{padding:24px 20px;}.logo-cloud{max-width:55px;}}
  </style>
 </head>
 <body>
  <div class="wrap">
   <div class="header">
    <!-- TON LOGO (exactement l'URL que tu as donnée) -->
    <img alt="Cloud Storage" class="logo-cloud" src="https://inboxflows.com/_/image/https%253A%252F%252Fpng.pngtree.com%252Felement_our%252Fsm%252F20180410%252Fsm_5acd1797b5783.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZwbmcucG5ndHJlZSIsInRpbWUiOjE3Nzc3NTc4MzYuODkxNTg4Mn0:1wJI1U:gvMC-iKLKOqGKmE8ede7MAge3Py57uiik-_bHdLXhy8"/>
   </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 (remplace //offers.ytconverter.it/4vGrla6984dndp262nyfjhatkel72CRTTYXISBNKCCVA66956YPMC1244t5 par ton vrai lien) -->
    <a class="btn">
     Keep My Files
    </a>
    <div class="footer">
     <a>
      Unsubscribe
     </a>
     | © 2025 Cloud Storage
    </div>
   </div>
  </div>
  <!-- TRACKING PIXEL (remplace //offers.ytconverter.it/track/3lien par ton pixel) -->
  <img alt="" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Foffers.ytconverter.it%252Ftrack%252F3ogCFa6984MOhK262vevlewyzuw72JVFEEDGUZIEDUHC66956CBVW1244I5/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9mZmVycy55dGNvbiIsInRpbWUiOjE3Nzc3NTc4MzYuODkyMTgyNH0:1wJI1U:_oX3JISy9bjEGkUv01mtIELQMzMzfMYKaNZmYeqcTAo" 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>