diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-01-11 14:41:57 +0100 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-01-11 14:41:57 +0100 |
commit | 5b079dbff2aecc2d2262e124c96f0182b96a3382 (patch) | |
tree | d0d9efda2b52cf889da96bc84968d2113c80f33e /agl-identity-service/htdocs/identity/index.html | |
parent | c9f2c808e6cbca720e3db263d3a97e3881c3d454 (diff) |
removed unused files and useless subdirectories
Change-Id: Ie0ebe0104589ff99ae24c7410a484eeef18821e7
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'agl-identity-service/htdocs/identity/index.html')
-rw-r--r-- | agl-identity-service/htdocs/identity/index.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/agl-identity-service/htdocs/identity/index.html b/agl-identity-service/htdocs/identity/index.html deleted file mode 100644 index bbeee51..0000000 --- a/agl-identity-service/htdocs/identity/index.html +++ /dev/null @@ -1,41 +0,0 @@ -<!doctype html> -<html> - <head> - <title>agl-service-identity</title> - <meta charset="UTF-8"> - <script type="text/javascript" src="AFB-websock.js"></script> - <script type="text/javascript" src="identity-binding.js"></script> - <link rel="stylesheet" type="text/css" href="binding-debug.css" /> - <script> - - </script> - </head> - <body onload="init();" id="app-body"> - <div id="debug-panel-container"></div> - <h1>agl-service-identity</h1> - <p> - <ul> - <li><button onclick="subscribe();">Subscribe</button></li> - <li> - <select name="fake-auth-kind" id="fake-auth-kind"> - <option value="nfc" selected="selected">nfc</option> - </select> - <select name="fake-auth-key" id="fake-auth-key" onchange="updateNfcUi();"> - <option value="custom" selected="selected">custom</option> - <option value="b411f7fb">b411f7fb</option> - <option value="d77d901d">d77d901d</option> - <option value="c7350500">c7350500</option> - <option value="448b6df6">448b6df6</option> - <option value="a46f19fc">a46f19fc</option> - <option value="34ea1afc">34ea1afc</option> - <option value="473b4200">473b4200</option> - </select> - <input type="text" name="fake-auth-key-custom" id="fake-auth-key-custom" /> - <button onclick="fakeAuth();">fake auth</button> - </li> - <li><button onclick="getIdentity();">Get identity</button></li> - <li><button onclick="logout();">Log out</button></li> - </ul> - </p> - </body> -</html> |