blob: 45ef35361386b218cc52cdbd255bbfebb1881ca1 [file] [log] [blame]
<!--
-- Copyright 2014 The Chromium Authors. All rights reserved.
-- Use of this source code is governed by a BSD-style license that can be
-- found in the LICENSE file.
-->
<html>
<head>
<title>#xFEFF;</title>
<link rel="icon" type="image/png" href="images/200/icon.png">
<link rel="stylesheet" type="text/css"
href="../file_manager/foreground/css/media_controls.css">
<link rel="stylesheet" type="text/css" href="css/video_player.css">
<script src="js/video_player_scripts.js"></script>
</head>
<body>
<div id="video-player" tools>
<div id="video-container">
</div>
<div id="controls-wrapper">
<div id="controls" class="tool"></div>
</div>
<div id="error-wrapper">
<div id="error"></div>
</div>
</div>
</body>
</html>