Mercurial > code > home > repos > collector
annotate index.html @ 8:c48b7bbc3a64
refactor
author | drewp@bigasterisk.com |
---|---|
date | Fri, 25 Nov 2022 20:32:05 -0800 |
parents | e2d855c00e57 |
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> |