Files @ 61dc5bc8ce2e
Branch filter:

Location: light9/web/collector/index.html

drewp@bigasterisk.com
logging
<!DOCTYPE html>
<html>
  <head>
    <title>collector</title>
    <meta charset="utf-8" />

    <link rel="stylesheet" href="../style.css" />
    <script type="module" src="Light9CollectorUi"></script>

    <style>
      td {
        white-space: nowrap;
      }
    </style>
  </head>
  <body>
    <light9-collector-ui></light9-collector-ui>
  </body>
</html>