<!doctype html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>FSA Gateway</title>
  <script>
    (function () {
      try {
        var theme = localStorage.getItem('theme') || 'system';
        var isDark = theme === 'dark' || (theme === 'system' && window.matchMedia('(prefers-color-scheme: dark)').matches);
        if (isDark) {
          document.documentElement.classList.add('dark');
        } else {
          document.documentElement.classList.add('light');
        }
      } catch (e) {}
    })();
  </script>
  <script type="module" crossorigin src="/assets/index-B9V7ogpA.js"></script>
  <link rel="stylesheet" crossorigin href="/assets/index-CHQur-E-.css">
</head>

<body class="antialiased">
  <div id="root"></div>
</body>

</html>