| <!doctype html> | |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>$i18n{title}</title> | |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | |
| <link rel="stylesheet" href="chrome://resources/chromeos/colors/cros_styles.css"> | |
| </head> | |
| <style> | |
| html, | |
| body { | |
| height: 100%; | |
| margin: 0; | |
| overflow: hidden; | |
| padding: 0; | |
| } | |
| </style> | |
| <body> | |
| <inline-login-app></inline-login-app> | |
| <script type="module" src="inline_login_app.js"></script> | |
| </body> | |
| </html> |