<!DOCTYPE html>
  <html lang="tr">
  <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>VPN Gerekli</title>
      <style>
          body { font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
          .container { text-align: center; background: white; padding: 40px; border-radius: 10px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); max-width: 500px; }
          h1 { color: #333; margin-bottom: 20px; }
          p { color: #666; line-height: 1.6; }
          .icon { font-size: 64px; margin-bottom: 20px; }
      </style>
  </head>
  <body>
      <div class="container">
          <div class="icon">🔒</div>
          <h1>VPN Bağlantısı Gerekli</h1>
          <p>Bu sayfaya erişmek için VPN bağlantısı kullanmanız gerekmektedir.</p>
          <p>Lütfen VPN'inize bağlanıp tekrar deneyin.</p>
      </div>
  </body>
  </html>