| <!-- 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{appLocale}"> | |
| <meta charset="utf-8"> | |
| <style> | |
| body { | |
| margin: 0; | |
| } | |
| </style> | |
| <script src="/load_time_data.js"></script> | |
| <script src="/strings.js"></script> | |
| <script src="/app_bin.js"></script> | |
| </html> |