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 class="scrollable"> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
11 <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"> | 12 <link rel="stylesheet" href="open_sans.css"> |
13 <link rel="stylesheet" href="connection_stats.css"> | 13 <link rel="stylesheet" href="connection_stats.css"> |
14 <link rel="stylesheet" href="connection_history.css"> | 14 <link rel="stylesheet" href="connection_history.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="toolbar.css"> | 17 <link rel="stylesheet" href="toolbar.css"> |
18 <script src="butter_bar.js"></script> | 18 <script src="butter_bar.js"></script> |
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
756 <div class="arrow-down"></div> | 756 <div class="arrow-down"></div> |
757 </div> | 757 </div> |
758 </div> <!-- session-toolbar --> | 758 </div> <!-- session-toolbar --> |
759 </div> <!-- session-mode --> | 759 </div> <!-- session-mode --> |
760 | 760 |
761 <div id="statistics" dir="ltr" class="selectable" hidden> | 761 <div id="statistics" dir="ltr" class="selectable" hidden> |
762 </div> <!-- statistics --> | 762 </div> <!-- statistics --> |
763 | 763 |
764 </body> | 764 </body> |
765 </html> | 765 </html> |
OLD | NEW |