<!DOCTYPE html>
<html lang="en" class="dark">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
    <title>okx-bot — perp grid</title>
    <link rel="stylesheet" href="/tailwind-ff74d1de0dae1a6c.css" integrity="sha384-tYsiSGjtwVha5nznj4HJtYEp3V9MYHV72PLIp/S3v5Z4xQBM971vwW83CWnfu/cR"/>

    <!-- PWA: copy the manifest, icons and service worker into dist -->
    
    
    
    
    
    
    <!-- PWA: install metadata (passed through untouched by Trunk) -->
    <link rel="manifest" href="/manifest.webmanifest" />
    <link rel="icon" type="image/svg+xml" href="/icon.svg" />
    <link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png" />
    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
    <meta name="theme-color" content="#0a0a0b" />
    <meta name="mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
    <meta name="apple-mobile-web-app-title" content="okx-bot" />
    <script>
      if ("serviceWorker" in navigator) {
        window.addEventListener("load", () =>
          navigator.serviceWorker.register("/sw.js").catch(() => {})
        );
      }
    </script>
    <script>
      // Body scroll-lock helper the rust-ui Dialog script expects as a global.
      window.ScrollLock = {
        _n: 0,
        lock() {
          this._n++;
          document.body.style.overflow = "hidden";
        },
        unlock(delay = 0) {
          setTimeout(() => {
            this._n = Math.max(0, this._n - 1);
            if (this._n === 0) document.body.style.overflow = "";
          }, delay);
        },
      };
    </script>
  <link rel="modulepreload" href="/dashboard-833bc00c9333a331.js" crossorigin="anonymous" integrity="sha384-FbdEVTDtVwSBUayrgq36zblBlXQ7iP/HfVUGz8ZomtK8tWHKIQ3FsIQ6k5wm8WT6"><link rel="preload" href="/dashboard-833bc00c9333a331_bg.wasm" crossorigin="anonymous" integrity="sha384-MIU23zkQ8NRwMRvipzhnZe0bFVgDZv8qXki9wqqFJzkHHHWaAwEhZGfO29JfBgfY" as="fetch" type="application/wasm"></head>
  <body>
<script type="module">
import init, * as bindings from '/dashboard-833bc00c9333a331.js';
const wasm = await init({ module_or_path: '/dashboard-833bc00c9333a331_bg.wasm' });


window.wasmBindings = bindings;


dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));

</script></body>
</html>
