chromium/ash/webui/file_manager/untrusted_resources/files_img_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_img_content.css">
  </head>
  <body>
    <img hidden id="content">
    <script src="url_constants.js"></script>
    <script src="files_media_content.js"></script>
  </body>
</html>