aboutsummaryrefslogtreecommitdiff
path: root/web/pw-visualizer/index.html
blob: dc46fa0e92e53bb2e2b7f5719384133d3481c5fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
    <!-- polyfill global -->
    <script>
      const global = globalThis;
    </script>
    <!-- end polyfill -->
  
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" href="/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Planetwars</title>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>