
    <!DOCTYPE html>
    <html>
    <head>
      <title>Verification Required</title>
      <style>
        body { font-family: Arial, sans-serif; text-align: center; padding: 50px; }
        .container { max-width: 400px; margin: auto; }
        button { padding: 10px 20px; background: #007bff; color: white; border: none; cursor: pointer; }
        a { color: #007bff; text-decoration: none; }
      </style>
    </head>
    <body>
      <div class="container">
        <h1>Verification Required</h1>
        <p>Please verify you're not a bot or <a href="https://login1.pilotexatraffic.com">log in</a>.</p>
        <form method="POST" action="/verify">
          <input type="hidden" name="token" value="WUBokwcSlHRsW7KOVDME63pqQGVa5wBE">
          <button type="submit">Verify</button>
        </form>
      </div>
    </body>
    </html>
  