blob: 942ea5515a3e1828dded14f37a10ff6a15f83c13 [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.
-->
<!DOCTYPE HTML>
<html>
<head>
<!-- We have to set some default title, or chrome will use the page name.
-- As soon as the i18n'd strings are loaded we replace it with the correct
-- string. Until then, use an invisible non-whitespace character.
-->
<title>&#xFEFF;</title>
<script src="chrome://resources/polymer/v1_0/html-imports/html-imports.min.js"></script>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" type="text/css" href="css/audio_player.css">
<script src="chrome://resources/js/util.js"></script>
<link rel="import" href="elements/audio_player.html">
<script src="js/audio_player_scripts.js"></script>
</head>
<body>
<custom-style>
<style>
html {
/* Customize control-panel buttons. */
--files-ripple-bg-color: black;
--files-toggle-ripple-bg-color: black;
--files-toggle-ripple-activated-bg-color: black;
--files-toggle-ripple-activated-opacity: 0.1;
}
</style>
</custom-style>
<div class="audio-player">
<!-- Place the audio player. -->
<audio-player></audio-player>
</div>
</body>
</html>