| <!-- 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 { |
| height: 100vh; |
| margin: 0; |
| overflow: hidden; |
| } |
| /* |
| * This is the <iframe> style set for sandboxed guests that use |
| * guest_view_iframe_container.js. |
| */ |
| iframe { |
| border: 0; |
| height: 100%; |
| width: 100%; |
| } |
| </style> |
| <script src="chrome://resources/mojo/mojo/public/js/mojo_bindings_lite.js"></script> |
| <script src="/help_app.mojom-lite.js"></script> |
| <script src="/browser_proxy.js"></script> |
| <iframe src="chrome-untrusted://help-app/app.html"></iframe> |
| </html> |