| <!-- Copyright 2019 The Chromium Authors. All rights reserved. |
| 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"> |
| <title>$i18n{appTitle}</title> |
| <style> |
| body { |
| background-color: #202124; |
| height: 100vh; |
| margin: 0; |
| overflow: hidden; |
| position: relative; |
| } |
| |
| /* |
| * This is the <iframe> style set for sandboxed guests that use |
| * guest_view_iframe_container.js. |
| * TODO(crbug/996088): Remove the iframe styles if switched to <webview>. |
| */ |
| iframe { |
| border: 0; |
| height: 100%; |
| width: 100%; |
| } |
| </style> |
| <script src="chrome://resources/mojo/mojo/public/js/mojo_bindings_lite.js"></script> |
| <script src="/media_app.mojom-lite.js"></script> |
| <script src="/mojo_api_bootstrap.js"></script> |
| <iframe src="chrome-untrusted://media-app/app.html" allow="fullscreen"></iframe> |
| <script src="/media_app_index_scripts.js"></script> |
| </html> |