1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ash / webui / media_app_ui / resources / viewpdfhost.html [blame]
<!-- Copyright 2022 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 dir="$i18n{textdirection}" lang="$i18n{language}">
<meta charset="utf-8">
<style>
body {
background-color: rgb(32, 33, 36);
height: 100vh;
margin: 0;
}
iframe {
border: 0;
height: 100%;
width: 100%;
}
</style>
<iframe allow="cross-origin-isolated;"></iframe>
<script src="/viewpdfhost.js"></script>
</html>