| <!doctype html> |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> |
| <head> |
| <meta charset="utf-8"> |
| <title>$i18n{title}</title> |
| <meta name="color-scheme" content="light dark"> |
| <link rel="stylesheet" href="chrome://theme/colors.css?sets=ui,chrome"> |
| <style> |
| html, |
| body { |
| height: 100%; |
| margin: 0; |
| padding: 0; |
| width: 100%; |
| } |
| |
| body { |
| background: var(--color-side-panel-content-background); |
| overflow: auto; |
| } |
| </style> |
| </head> |
| <body> |
| <customize-chrome-app></customize-chrome-app> |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| <script type="module" src="app.js"></script> |
| </body> |
| </html> |