view index.html @ 8:c48b7bbc3a64

refactor
author drewp@bigasterisk.com
date Fri, 25 Nov 2022 20:32:05 -0800
parents e2d855c00e57
children
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>collector</title>
    <meta charset="utf-8" />
    <script type="module" src="https://bigasterisk.com/lib/bigast/v1/loginBar.js"></script>
    <script type="module" src="src/CollectorState.ts"></script>
  </head>
  <body class="rdfBrowsePage">
    <h1>collector</h1>

    <collector-state></collector-state>
    <hr>
    <bigast-loginbar></bigast-loginbar>
  </body>
</html>