blob: 7654603c40218cc83a36a24f9e90da4d9ec6c80b [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}" $i18n{dark}>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<link rel="import" href="sync_confirmation_app.html"></link>
<style>
body {
margin: 0;
padding: 0;
width: 512px;
}
[dark] body {
background-color: var(--md-background-color);
}
</style>
</head>
<body>
<sync-confirmation-app></sync-confirmation-app>
</body>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="import" href="chrome://resources/html/cr.html"></script>
<link rel="import" href="chrome://resources/html/util.html"></script>
<script src="sync_confirmation.js"></script>
<link rel="import" href="chrome://resources/html/dark_mode.html">
</html>