Mercurial > code > home > repos > homeauto
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/collector/static/index.html Wed Sep 25 17:27:35 2019 -0700 @@ -0,0 +1,21 @@ +<!doctype html> +<html> + <head> + <title>collector</title> + <meta charset="utf-8"> + <script src="/lib/polymer/1.0.9/webcomponentsjs/webcomponents.min.js"></script> + <script src="/lib/require/require-2.3.3.js"></script> + <script src="/rdf/common_paths_and_ns.js"></script> + + <link rel="stylesheet" href="/rdf/browse/style.css"> + + <script type="module" src="static/state.js"></script> + </head> + <body class="rdfBrowsePage"> + <h1>collector</h1> + + <p><a href="/rdf/browse/?graph=/sse_collector/graph/home">output for graph/home</a></p> + + <collector-state></collector-state> + </body> +</html>