Mercurial > code > home > repos > homeauto
diff service/mqtt_to_rdf/src/index.html @ 1727:23e6154e6c11
file moves
author | drewp@bigasterisk.com |
---|---|
date | Tue, 20 Jun 2023 23:26:24 -0700 |
parents | service/mqtt_to_rdf/index.html@9e7f571deedf |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/mqtt_to_rdf/src/index.html Tue Jun 20 23:26:24 2023 -0700 @@ -0,0 +1,30 @@ +<!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" /> + <style> + html { + background: black; + } + </style> + </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>