Files @ 1cbb52eac89b
Branch filter:

Location: light9/web/index.html

drewp@bigasterisk.com
nginx log what server/path you proxy to
<!DOCTYPE html>
<html>
  <head>
    <title>light9 home</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="style.css" />
    <link rel="stylesheet" href="flexlayout-react/style/dark.css" />
    <script type="module" src="TiledHome.ts"></script>
  </head>
  <body>
    <div id="container"></div>
  </body>
</html>