OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 | 7 |
8 <html class="full-height"> | 8 <html class="full-height"> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
11 <link rel="icon" type="image/png" href="icon16.png"> | 11 <link rel="icon" type="image/png" href="icon16.png"> |
12 <link rel="stylesheet" href="open_sans.css"> | 12 <link rel="stylesheet" href="ar_main.css"> |
13 <link rel="stylesheet" href="connection_stats.css"> | 13 <link rel="stylesheet" href="connection_stats.css"> |
14 <link rel="stylesheet" href="context_menu.css"> | 14 <link rel="stylesheet" href="context_menu.css"> |
15 <link rel="stylesheet" href="main.css"> | 15 <link rel="stylesheet" href="main.css"> |
16 <link rel="stylesheet" href="menu_button.css"> | 16 <link rel="stylesheet" href="menu_button.css"> |
| 17 <link rel="stylesheet" href="open_sans.css"> |
17 | 18 |
18 <meta-include type="javascript"/> | 19 <meta-include type="javascript"/> |
19 | 20 |
20 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title> | 21 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title> |
21 </head> | 22 </head> |
22 | 23 |
23 <body class="full-height"> | 24 <body class="full-height"> |
24 | 25 |
25 <div id="host-plugin-container"></div> | 26 <div id="host-plugin-container"></div> |
26 | 27 |
(...skipping 11 matching lines...) Expand all Loading... |
38 </div> <!-- session-mode --> | 39 </div> <!-- session-mode --> |
39 | 40 |
40 <meta-include src="webapp/app_remoting/html/context_menu.html"/> | 41 <meta-include src="webapp/app_remoting/html/context_menu.html"/> |
41 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/> | 42 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/> |
42 | 43 |
43 <div id="statistics" dir="ltr" class="selectable" hidden> | 44 <div id="statistics" dir="ltr" class="selectable" hidden> |
44 </div> <!-- statistics --> | 45 </div> <!-- statistics --> |
45 | 46 |
46 </body> | 47 </body> |
47 </html> | 48 </html> |
OLD | NEW |