blob: f9b080b8fda5c523736ea32987192acdc67ffd46 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}"
$i18n{chromeRefresh2023Attribute}>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<script type="module" src="signin_vars.css.js"></script>
<script type="module" src="sync_confirmation_app.js"></script>
<style>
body {
margin: 0;
min-width: 512px;
overflow-x: hidden;
padding: 0;
}
@media (prefers-color-scheme: dark) {
body {
--md-background-color: var(--signin-dark-customized-background-color);
background-color: var(--md-background-color);
}
}
</style>
<title>$i18n{syncConfirmationTitle}</title>
</head>
<body>
<sync-confirmation-app></sync-confirmation-app>
</body>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<script type="module" src="sync_confirmation.js"></script>
</html>