diff options
Diffstat (limited to 'll-auth-binding/htdocs/auth2.html')
-rw-r--r-- | ll-auth-binding/htdocs/auth2.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ll-auth-binding/htdocs/auth2.html b/ll-auth-binding/htdocs/auth2.html new file mode 100644 index 0000000..01e5e4f --- /dev/null +++ b/ll-auth-binding/htdocs/auth2.html @@ -0,0 +1,19 @@ +<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> + </body> +</html> |