blob: b536b296256c75fcd3be67a436e3d87ef235b000 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf8">
<base href="chrome://multidevice-setup">
<style>
html,
body {
display: flex;
height: 100%;
justify-content: center;
margin: 0;
overflow: hidden;
width: 100%;
}
#main-element {
overflow: scroll;
}
</style>
</head>
<body>
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="import" href="chrome://resources/html/util.html">
<link rel="import" href="i18n_setup.html">
<link rel="import" href="multidevice_setup_post_oobe.html">
<multidevice-setup-post-oobe id="main-element"></multidevice-setup-post-oobe>
</body>
</html>