aboutsummaryrefslogtreecommitdiffstats
path: root/agl-identity-service/htdocs/identity/index.html
blob: d5432fb41cd7b3930f8491608bf98e476bd2ca00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!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" />
    </head>
    
    <body onload="init();" id="app-body">
		<div id="debug-panel-container"></div>
        <h1>agl-service-identity</h1>
        <p>
			<ul>
				<li>
                    <select name="fake-auth-kind" id="fake-auth-kind">
                        <option value="nfc" selected="selected">nfc</option>
                    </select>
                    <input type="text" name="fake-auth-key" id="fake-auth-key" value="a71d4d00"/>
                    <button onclick="fake_auth();">fake auth</button>
                </li>
			</ul>
        </p>
    </body>
</html>