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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
1 <!DOCTYPE html>
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
2 <html>
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
3 <head>
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
4 <title>collector</title>
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
5 <meta charset="utf-8" />
8
c48b7bbc3a64 refactor
drewp@bigasterisk.com
parents: 0
diff changeset
6 <script type="module" src="https://bigasterisk.com/lib/bigast/v1/loginBar.js"></script>
c48b7bbc3a64 refactor
drewp@bigasterisk.com
parents: 0
diff changeset
7 <script type="module" src="src/CollectorState.ts"></script>
0
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
8 </head>
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
9 <body class="rdfBrowsePage">
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
10 <h1>collector</h1>
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
11
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
12 <collector-state></collector-state>
8
c48b7bbc3a64 refactor
drewp@bigasterisk.com
parents: 0
diff changeset
13 <hr>
c48b7bbc3a64 refactor
drewp@bigasterisk.com
parents: 0
diff changeset
14 <bigast-loginbar></bigast-loginbar>
0
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
15 </body>
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
16 </html>