Mercurial > code > home > repos > homeauto
view service/mqtt_to_rdf/index.html @ 733:9ca69f2be87b
more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
Ignore-this: 85e2ab49915e44b08219e537fab21870
author | drewp@bigasterisk.com |
---|---|
date | Sat, 08 Feb 2020 04:02:22 -0800 |
parents | fdddbdaf07b5 |
children | 9e7f571deedf |
line wrap: on
line source
<!doctype html> <html> <head> <title>mqtt_to_rdf</title> <meta charset="utf-8"> <script type="module" src="./build/bundle.js"></script> <meta name="mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body class="rdfBrowsePage"> <mqtt-to-rdf-page></mqtt-to-rdf-page> <!-- <template id="t" is="dom-bind"> <streamed-graph url="mqtt/events" graph="{{graph}}"></streamed-graph> <div id="out"></div> <script type="module" src="/rdf/streamed_graph_view.js"></script> </template> <div class="served-resources"> <a href="stats/">/stats/</a> <a href="mqtt">/mqtt</a> <a href="mqtt/events">/mqtt/events</a> </div> --> </body> </html>