<!doctype html>
<html lang="zh-CN">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" href="/static/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
    <meta name="theme-color" content="#121214" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
    <title>XLXBK 管理面板</title>
    <script>
      (function() {
        var stored = localStorage.getItem("theme");
        var theme = stored || "light";
        document.documentElement.setAttribute("data-theme", theme);
      })();
    </script>
    <script type="module" crossorigin src="/assets/index-GDq24u3N.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-fsni0fs4.css">
  </head>
  <body>
    <div id="root"></div>
    <div class="ambient-orbs-container">
      <div class="ambient-orb orb-1"></div>
      <div class="ambient-orb orb-2"></div>
      <div class="ambient-orb orb-3"></div>
      <div class="ambient-orb orb-4"></div>
    </div>
  </body>
</html>
