Mercurial > code > home > repos > homeauto
view service/rfid_pn532_py/index.html @ 1218:c571a45c944f
split console web component
Ignore-this: 1af5e69fff09e7e5680ffb25e9236fc0
darcs-hash:7acb2532595a2073de5bb224ef708e57b84dc99d
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 23 Mar 2019 13:57:44 -0700 |
parents | b48f1ecbc078 |
children | f134b64a0ab7 |
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> requirejs.config({ paths: { "streamed-graph": "/rdf/streamed-graph", "quadstore": "/rdf/quadstore", "async-module": "/lib/async/80f1793/async", "async": "/lib/async/80f1793/async", "jsonld-module": "/lib/jsonld.js/0.4.11/js/jsonld", "jsonld": "/lib/jsonld.js/0.4.11/js/jsonld", "rdfstore": "/lib/rdf_store/0.9.7/dist/rdfstore", "moment": "/lib/moment.min", "underscore": "/lib/underscore-1.5.2.min", } }); </script> <script> window.NS = { dev: 'http://projects.bigasterisk.com/device/', room: 'http://projects.bigasterisk.com/room/', rdfs: 'http://www.w3.org/2000/01/rdf-schema#', sensor: 'http://bigasterisk.com/homeauto/sensor/', }; </script> <link rel="import" href="rfid-console.html"> </head> <body> <rfid-control></rfid-control> </body> </html>