<!DOCTYPE html>
<html lang="en" class="dark">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>okx-bot — perp grid</title>
    <link rel="stylesheet" href="/tailwind-3ea0ddafa39178b1.css" integrity="sha384-2K9IvFjPfo0IY0vGrlEhY4eT5tcN9uxrO/dxti8hNQgPBoiX0RSNnj4ElcQ1SHqv"/>
    <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-2181a1b6abedb5a5.js" crossorigin="anonymous" integrity="sha384-De7KtS+ziGxWa5fLoQiLCK6WsYKEAQBmYeprLCIvRS683ti4z4YqGPkU1D5WUV44"><link rel="preload" href="/dashboard-2181a1b6abedb5a5_bg.wasm" crossorigin="anonymous" integrity="sha384-i9710eLhqT+uF98h00z6IRf4hl+HvgNdRmD0b7F8vOQg/19F80Ljb/QxIHJHxWzW" as="fetch" type="application/wasm"></head>
  <body>
<script type="module">
import init, * as bindings from '/dashboard-2181a1b6abedb5a5.js';
const wasm = await init({ module_or_path: '/dashboard-2181a1b6abedb5a5_bg.wasm' });


window.wasmBindings = bindings;


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

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