chromium/ash/webui/focus_mode/untrusted_resources/player.html

<!--
Copyright 2024 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>
  <meta charset="utf-8">
  <audio id="player" autoplay></audio>
  <script type="module" src="player.js"></script>
</html>