Files @ 4556eebe5d73
Branch filter:

Location: light9/web/effects/index.html - annotation

drewp@bigasterisk.com
topdir reorgs; let pdm have its src/ dir; separate vite area from light9/
<!doctype html>
<html>
  <head>
    <title>effect listing</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="../style.css">    
    <script type="module" src="./Light9EffectListing"></script>
  </head>
  <body>
    <light9-effect-listing></light9-effect-listing>
  </body>
</html>