summaryrefslogtreecommitdiffstats
path: root/ll-auth-binding/htdocs/auth2.html
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2017-12-15 09:59:30 +0100
committerLoïc Collignon <loic.collignon@iot.bzh>2017-12-15 10:01:37 +0100
commit8d84611cf3222d6c9e7c70c189d986f094c952d8 (patch)
tree32de6e03ec1a2b2ccde5ef5fb4802afffa0a308b /ll-auth-binding/htdocs/auth2.html
parentf8b3ccaa4edd4836885dc3e22062b69e80883f36 (diff)
removed unrelated files
Change-Id: Ie034281d2933cb7de0cf8cf6a2175376847acd9c Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'll-auth-binding/htdocs/auth2.html')
-rw-r--r--ll-auth-binding/htdocs/auth2.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/ll-auth-binding/htdocs/auth2.html b/ll-auth-binding/htdocs/auth2.html
deleted file mode 100644
index 356be1c..0000000
--- a/ll-auth-binding/htdocs/auth2.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<html>
- <head>
- <title>ll-auth-binding test</title>
- <script type="text/javascript" src="AFB-websock.js"></script>
- <script type="text/javascript" src="IdentityBinding2.js"></script>
- </head>
-
- <body onload="init();" id="background">
- <!--<button onclick="init()">Refresh</button>-->
- <div>
- <h1 id="usertitle">No user</h1>
- <ul>
- <li>User Id : <span id="userid"></span></li>
- <li>Device : <span id="userdevice"></span></li>
- </ul>
- </div>
- <div id="message" style="color:red;"></div>
- <div id="main" style="visibility:hidden">
- <h2>Debug: </h2>
- <ol>
- <li>Question <div id="question"></div></li>
- <li>Response <div id="output"></div></li>
- <li>Events: <div id="outevt"></div></li>
- </ol>
- </div>
- </body>
-</html>