aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/nfc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/nfc/index.html')
-rw-r--r--htdocs/nfc/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/htdocs/nfc/index.html b/htdocs/nfc/index.html
deleted file mode 100644
index c7c049e..0000000
--- a/htdocs/nfc/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <title>agl-service-nfc</title>
- <meta charset="UTF-8">
- <script type="text/javascript" src="AFB-websock.js"></script>
- <script type="text/javascript" src="nfc-binding.js"></script>
- <link rel="stylesheet" type="text/css" href="binding-debug.css" />
- </head>
-
- <body onload="init();" id="app-body">
- <div id="debug-panel-container"></div>
- <h1>agl-service-nfc</h1>
- <p>
- <ul>
- <li><button onclick="subscribe();">Subscribe</button></li>
- <li><button onclick="unsubscribe();">Unsubscribe</button></li>
- <li><button onclick="list_devices();">list-devices</button></li>
- <li><button onclick="list_devices_capabilities();">list-device-capabilities</button></li>
- <li><button onclick="start_polling();">start-polling</button></li>
- <li><button onclick="stop_polling();">stop-polling</button></li>
- </ul>
- </p>
- </body>
-</html>