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
4 -- found in the LICENSE file.
9 <!-- We have to set some default title, or chrome will use the page name.
10 -- As soon as the i18n'd strings are loaded we replace it with the correct
11 -- string. Until then, use an invisible non-whitespace character.
13 <title></title>
14 <link rel=
"stylesheet" href=
"chrome://resources/css/text_defaults.css">
15 <link rel=
"stylesheet" type=
"text/css" href=
"css/audio_player.css">
17 <script src=
"chrome://resources/js/polymer_config.js"></script>
18 <link rel=
"import" href=
"elements/audio_player.html">
21 <div class=
"audio-player">
22 <!-- Place the audio player. -->
23 <audio-player></audio-player>
25 <script src=
"js/audio_player_scripts.js"></script>