Rename GetIconID to GetIconId
[chromium-blink-merge.git] / components / proximity_auth / webui / resources / proximity_auth.html
blob3927fed24338ae3b2adb47b60f73c2e7b0e0dd1f
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Proximity Auth Debug</title>
6 <meta name="viewport"
7 content="width=device-width, initial-scale=1">
8 <link href="proximity_auth.css" rel="stylesheet">
9 <link href="chrome://resources/css/roboto.css" rel="stylesheet">
10 <link href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout.html" rel="import">
11 <link href="content-panel.html" rel="import">
12 <link href="log-panel.html" rel="import">
13 <script src="cryptauth_interface.js"></script>
14 </head>
15 <body class="layout horizontal fullbleed">
16 <content-panel id="content" class="flex"></content-panel>
17 <log-panel id="logs"></log-panel>
18 </body>
19 </html>