blob: 8220f57112bb8d92c593c061528dc43aebe84928 [file] [log] [blame]
<!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>