Files @ b731eaad3adf
Branch filter:

Location: light9/light9/web/stats_test.html

drewp@bigasterisk.com
deprecate light9/web/ - use light9/{service}/ with web/ subdir if needed
<!doctype html>
<html>
  <head>
    <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
  </head>
  <body>
    <script type="module"  src="stats-line.js"></script>
    
    <h1>stats_test page</h1>

    <stats-line name="collector"></stats-line>
    
  </body>
</html>