view index.html @ 13:bfd95926be6e default tip

initial port to starlette. missing some disconnect & cleanup functionality
author drewp@bigasterisk.com
date Sat, 26 Nov 2022 14:13:51 -0800
parents c48b7bbc3a64
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>