| <!doctype html> | |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>$i18n{welcomePageTitle}</title> | |
| <style> | |
| html, | |
| body { | |
| height: 100%; | |
| margin: 0; | |
| width: 100%; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <account-migration-welcome></account-migration-welcome> | |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | |
| <script type="module" src="account_migration_welcome_app.js"></script> | |
| </body> | |
| </html> |