Mercurial > code > home > repos > homeauto
view service/mqtt_to_rdf/index.html @ 1533:a598d2141587
more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
Ignore-this: 85e2ab49915e44b08219e537fab21870
darcs-hash:f2d312ec10bb4a33c501a24bd7d11a1f35673f25
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 08 Feb 2020 04:02:22 -0800 |
parents | 7cc7700302c2 |
children |
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>