Mercurial > code > home > repos > homeauto
comparison service/collector/static/index.html @ 650:22751570eda1
new index page table
Ignore-this: 7668675a04bd5cc03cf4e1799c54d4d1
author | drewp@bigasterisk.com |
---|---|
date | Wed, 25 Sep 2019 17:27:35 -0700 |
parents | |
children | 25b418e2659e |
comparison
equal
deleted
inserted
replaced
649:5be5452491a3 | 650:22751570eda1 |
---|---|
1 <!doctype html> | |
2 <html> | |
3 <head> | |
4 <title>collector</title> | |
5 <meta charset="utf-8"> | |
6 <script src="/lib/polymer/1.0.9/webcomponentsjs/webcomponents.min.js"></script> | |
7 <script src="/lib/require/require-2.3.3.js"></script> | |
8 <script src="/rdf/common_paths_and_ns.js"></script> | |
9 | |
10 <link rel="stylesheet" href="/rdf/browse/style.css"> | |
11 | |
12 <script type="module" src="static/state.js"></script> | |
13 </head> | |
14 <body class="rdfBrowsePage"> | |
15 <h1>collector</h1> | |
16 | |
17 <p><a href="/rdf/browse/?graph=/sse_collector/graph/home">output for graph/home</a></p> | |
18 | |
19 <collector-state></collector-state> | |
20 </body> | |
21 </html> |