| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Proximity Auth Debug</title> | 5 <title>Proximity Auth Debug</title> |
| 6 <meta name="viewport" | 6 <meta name="viewport" |
| 7 content="width=device-width, initial-scale=1"> | 7 content="width=device-width, initial-scale=1"> |
| 8 <link rel="stylesheet" href="proximity_auth.css"> | 8 <link rel="stylesheet" href="proximity_auth.css"> |
| 9 <link rel="stylesheet" href="chrome://resources/css/roboto.css"> |
| 9 <link rel="import" href="content-panel.html"> | 10 <link rel="import" href="content-panel.html"> |
| 10 <link rel="import" href="log-panel.html"> | 11 <link rel="import" href="log-panel.html"> |
| 11 </head> | 12 </head> |
| 12 <body layout horizontal fullbleed> | 13 <body layout horizontal fullbleed> |
| 13 <content-panel id="content" flex></content-panel> | 14 <content-panel id="content" flex></content-panel> |
| 14 <log-panel id="logs"></log-panel> | 15 <log-panel id="logs"></log-panel> |
| 15 </body> | 16 </body> |
| 16 </html> | 17 </html> |
| OLD | NEW |