1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22

ash / webui / file_manager / untrusted_resources / files_browsable_content.html [blame]

<!DOCTYPE html>
<script src="url_constants.js"></script>
<script src="files_browsable_content.js"></script>
<style>
  html {
    height: 100%;
    width: 100%;
  }
  body {
    height: 100%;
    margin: 0;
  }
  iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
</style>

<body>
  <iframe id="content" src=""></iframe>
</body>