File size: 692 Bytes
f168f8f
3559b01
f168f8f
 
 
3559b01
3f8befc
3559b01
 
 
 
3f8befc
3559b01
f168f8f
 
3f8befc
f168f8f
3559b01
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="robots" content="noindex" />
    <title>TripoSplat WebRunner legacy debug redirect</title>
    <script>
      const parameters = new URLSearchParams(window.location.search)
      if (!parameters.has('debug')) parameters.set('debug', '1')
      const query = parameters.toString()
      window.location.replace(`/e2e-web${query ? `?${query}` : ''}${window.location.hash}`)
    </script>
  </head>
  <body>
    <p>This legacy address opens <a href="/e2e-web?debug=1">the main WebRunner diagnostic mode</a></p>
  </body>
</html>