Files @ 5e4321405f54
Branch filter:

Location: light9/light9/effect/listing/web/index.html

drewp@bigasterisk.com
redo services url structure and homepage config. (pages aren't updated this layout yet)
<!doctype html>
<html>
  <head>
    <title>effect listing</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="../style.css">    
    <script type="module" src="../effectListing/Light9EffectListing"></script>
  </head>
  <body>
    <light9-effect-listing></light9-effect-listing>
  </body>
</html>