chromium/ash/webui/file_manager/untrusted_resources/files_audio_content.html

<!-- Copyright 2016 The Chromium Authors
  -- Use of this source code is governed by a BSD-style license that can be
  -- found in the LICENSE file.
-->

<!DOCTYPE HTML>
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="files_audio_content.css">
  </head>
  <body>
    <audio hidden id="content" controls autoplay controlsList="nodownload"></audio>
    <script src="url_constants.js"></script>
    <script src="files_media_content.js"></script>
  </body>
</html>