Mercurial > code > home > repos > homeauto
comparison service/rfid_pn532_py/index.html @ 1235:d8aa414f21d9
py3, rfid-console rename
Ignore-this: 1b28d912e8847685a87c0c9ccb703608
darcs-hash:1812ff3e65cffea158d10f03e565942a684b4bd4
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 07 Apr 2019 03:58:51 -0700 |
parents | c571a45c944f |
children | b264ca970aba |
comparison
equal
deleted
inserted
replaced
1234:c02ac623e593 | 1235:d8aa414f21d9 |
---|---|
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> |