comparison service/rfid_pn532_py/index.html @ 432:f134b64a0ab7

py3, rfid-console rename Ignore-this: 1b28d912e8847685a87c0c9ccb703608
author drewp@bigasterisk.com
date Sun, 07 Apr 2019 03:58:51 -0700
parents 91b4a04a33e7
children b264ca970aba
comparison
equal deleted inserted replaced
431:be76e9677a99 432:f134b64a0ab7
29 rdfs: 'http://www.w3.org/2000/01/rdf-schema#', 29 rdfs: 'http://www.w3.org/2000/01/rdf-schema#',
30 sensor: 'http://bigasterisk.com/homeauto/sensor/', 30 sensor: 'http://bigasterisk.com/homeauto/sensor/',
31 }; 31 };
32 </script> 32 </script>
33 <link rel="import" href="rfid-console.html"> 33 <link rel="import" href="rfid-console.html">
34 <style>
35 .served-resources {
36 margin-top: 4em;
37 border-top: 1px solid gray;
38 padding-top: 1em;
39 }
40 .served-resources a {
41 padding-right: 2em;
42 }
43 </style>
34 </head> 44 </head>
35 <body> 45 <body>
36 <rfid-control></rfid-control> 46 <rfid-console></rfid-console>
47
48 <div class="served-resources">
49 <a href="stats/">/stats/</a>
50 <a href="graph">/graph</a>
51 <a href="graph/events">/graph/events</a>
52 <a href="output" >(post) /output</a>
53 <a href="rewrite">(post) /rewrite</a>
54 </div>
37 </body> 55 </body>
38 </html> 56 </html>