File size: 1,194 Bytes
dc553b7
08827ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b1923e5
08827ec
 
 
 
 
dc553b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html lang="en" data-bs-theme="light">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="robots" content="noindex,noai,noimageai" />
    <title>Inspect View</title>
    <link rel="icon" href="./assets/favicon.svg" />

    <script>
      // Forward the theme (dark or light) onto the root html element
      // this parameter will tend to appear when the view is hosted within
      // an iframe (e.g. in vscode)
      const urlParams = new URLSearchParams(window.location.search);
      const theme = urlParams.get("inspectLogviewThemeCategory");
      if (theme) {
        document.documentElement.setAttribute("data-text-highlight", theme);
        document.documentElement.setAttribute("data-bs-theme", theme);
      }
    </script>
    <script type="module" crossorigin src="./assets/index.js"></script>
    <link rel="stylesheet" crossorigin href="./assets/index.css">
    <script id="log_dir_context" type="application/json">{"log_dir": "logs", "abs_log_dir": "/gpqa-diamond-transformers-serve"}</script>
  </head>

  <body style="min-width: 450px">
    <div id="app"></div>
  </body>
</html>