1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ash / webui / file_manager / untrusted_resources / files_video_content.html [blame]
<!-- 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_video_content.css">
</head>
<body>
<video hidden id="content" muted autoplay controls controlsList="nodownload" disablePictureInPicture></video>
<script src="url_constants.js"></script>
<script src="files_media_content.js"></script>
</body>
</html>