Mercurial > code > home > repos > homeauto
diff 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 |
line wrap: on
line diff
--- a/service/rfid_pn532_py/index.html Sun Apr 07 03:58:05 2019 -0700 +++ b/service/rfid_pn532_py/index.html Sun Apr 07 03:58:51 2019 -0700 @@ -31,8 +31,26 @@ }; </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-control></rfid-control> + <rfid-console></rfid-console> + + <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>