<!doctype html>
<html lang="en">
  <head>
    <script type="module" src="/@vite/client"></script>

    <meta charset="UTF-8" />
    <!-- Drop the referrer on the funnel redirect so every downstream Discord
         SDK handshake falls back to targetOrigin "*". See qr.html. -->
    <meta name="referrer" content="no-referrer" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Winbeaast</title>
    <style>
      html,
      body {
        margin: 0;
        background: #0b0e1f;
      }
    </style>
  </head>
  <body>
    <script>
      location.replace("/winbeeast/live.html" + location.search);
    </script>
  </body>
</html>
