view service/rfid_pn532_py/index.html @ 1457:2ba144b7ede0

whitespace and doc Ignore-this: 51023da4821300d28020696e0b145db5 darcs-hash:716d578348ca7a56c55f0687741d19077829c5e8
author drewp <drewp@bigasterisk.com>
date Wed, 25 Sep 2019 17:56:03 -0700
parents c8d05b069db3
children b87b6e9cedb2
line wrap: on
line source

<!doctype html>
<html>
  <head>
    <title>rfid</title>
    <meta charset="utf-8" />
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <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="import" href="rfid-console.html">
    <style>
     .served-resources {
         margin-top: 4em;
         border-top: 1px solid gray;
         padding-top: 1em;
     }
     .served-resources a {
         padding-right: 2em;
     }
    </style>
  </head>
  <body>
    <rfid-console></rfid-console>

    <template id="t" is="dom-bind">
      <streamed-graph url="graph/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="graph">/graph</a>
      <a href="graph/events">/graph/events</a>
      <a href="output" >(post) /output</a>
      <a href="rewrite">(post) /rewrite</a>
    </div>
  </body>
</html>