blob: 29e5d90be2153efe4140818adb187a07a30d82cd [file] [log] [blame]
<!--
-- Copyright 2020 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>
<title>&#xFEFF;</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" type="text/css" href="css/audio_player.css">
<script type="module" src="js/main.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>