OLD | NEW |
1 <!-- | 1 <!-- |
2 -- Copyright 2014 The Chromium Authors. All rights reserved. | 2 -- Copyright 2014 The Chromium Authors. All rights reserved. |
3 -- Use of this source code is governed by a BSD-style license that can be | 3 -- Use of this source code is governed by a BSD-style license that can be |
4 -- found in the LICENSE file. | 4 -- found in the LICENSE file. |
5 --> | 5 --> |
6 <html> | 6 <html> |
7 <head> | 7 <head> |
8 <title>#xFEFF;</title> | 8 <title>#xFEFF;</title> |
9 <link rel="icon" type="image/png" href="images/200/icon.png"> | 9 <link rel="icon" type="image/png" href="images/200/icon.png"> |
10 <link rel="stylesheet" type="text/css" | 10 <link rel="stylesheet" type="text/css" |
11 href="../../../chrome/browser/resources/file_manager/foreground/css/medi
a_controls.css"> | 11 href="../file_manager/foreground/css/media_controls.css"> |
12 <link rel="stylesheet" type="text/css" href="css/video_player.css"> | 12 <link rel="stylesheet" type="text/css" href="css/video_player.css"> |
13 | 13 |
14 <script src="js/video_player_scripts.js"></script> | 14 <script src="js/video_player_scripts.js"></script> |
15 </head> | 15 </head> |
16 <body> | 16 <body> |
17 <div id="video-player" tools> | 17 <div id="video-player" tools> |
18 <div id="video-container"> | 18 <div id="video-container"> |
19 </div> | 19 </div> |
20 <div id="controls-wrapper"> | 20 <div id="controls-wrapper"> |
21 <div id="controls" class="tool"></div> | 21 <div id="controls" class="tool"></div> |
22 </div> | 22 </div> |
23 <div id="error-wrapper"> | 23 <div id="error-wrapper"> |
24 <div id="error"></div> | 24 <div id="error"></div> |
25 </div> | 25 </div> |
26 </div> | 26 </div> |
27 </body> | 27 </body> |
28 </html> | 28 </html> |
OLD | NEW |