view service/mqtt_to_rdf/index.html @ 1636:3252bdc284bc

rm dead code from previous tries
author drewp@bigasterisk.com
date Mon, 13 Sep 2021 00:18:47 -0700
parents 9ca69f2be87b
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>