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> | 8 <html> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
11 <link href="https://fonts.googleapis.com/css?family=Open+Sans&v1" | |
12 rel="stylesheet" type="text/css"> | |
13 <link rel="icon" type="image/png" href="chromoting16.webp"> | 11 <link rel="icon" type="image/png" href="chromoting16.webp"> |
12 <link rel="stylesheet" href="open_sans.css"> | |
garykac
2013/02/15 01:25:49
Why not use the Google Web Fonts version of this f
| |
14 <link rel="stylesheet" href="connection_stats.css"> | 13 <link rel="stylesheet" href="connection_stats.css"> |
15 <link rel="stylesheet" href="connection_history.css"> | 14 <link rel="stylesheet" href="connection_history.css"> |
16 <link rel="stylesheet" href="main.css"> | 15 <link rel="stylesheet" href="main.css"> |
17 <link rel="stylesheet" href="menu_button.css"> | 16 <link rel="stylesheet" href="menu_button.css"> |
18 <link rel="stylesheet" href="toolbar.css"> | 17 <link rel="stylesheet" href="toolbar.css"> |
19 <script src="client_plugin.js"></script> | 18 <script src="client_plugin.js"></script> |
20 <script src="client_plugin_async.js"></script> | 19 <script src="client_plugin_async.js"></script> |
21 <script src="client_screen.js"></script> | 20 <script src="client_screen.js"></script> |
22 <script src="client_session.js"></script> | 21 <script src="client_session.js"></script> |
23 <script src="clipboard.js"></script> | 22 <script src="clipboard.js"></script> |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
652 <div class="arrow-down"></div> | 651 <div class="arrow-down"></div> |
653 </div> | 652 </div> |
654 </div> <!-- session-toolbar --> | 653 </div> <!-- session-toolbar --> |
655 </div> <!-- session-mode --> | 654 </div> <!-- session-mode --> |
656 | 655 |
657 <div id="statistics" dir="ltr" class="selectable" hidden> | 656 <div id="statistics" dir="ltr" class="selectable" hidden> |
658 </div> <!-- statistics --> | 657 </div> <!-- statistics --> |
659 | 658 |
660 </body> | 659 </body> |
661 </html> | 660 </html> |
OLD | NEW |