annotate 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 |
|
rev |
line source |
0
|
1 <!DOCTYPE html>
|
|
2 <html>
|
|
3 <head>
|
|
4 <title>collector</title>
|
|
5 <meta charset="utf-8" />
|
8
|
6 <script type="module" src="https://bigasterisk.com/lib/bigast/v1/loginBar.js"></script>
|
|
7 <script type="module" src="src/CollectorState.ts"></script>
|
0
|
8 </head>
|
|
9 <body class="rdfBrowsePage">
|
|
10 <h1>collector</h1>
|
|
11
|
|
12 <collector-state></collector-state>
|
8
|
13 <hr>
|
|
14 <bigast-loginbar></bigast-loginbar>
|
0
|
15 </body>
|
|
16 </html>
|