blob: 3d9945a24515540180205df7e2dc5343ca79a965 [file] [log] [blame]
<!-- Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<!DOCTYPE html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<title>$i18n{vcBackgroundTitle}</title>
<meta charset="utf-8">
<style>
html,
body {
margin: 0;
}
body.jelly-enabled {
background-color: var(--cros-sys-app_base_shaded);
}
</style>
<link rel="stylesheet"
href="chrome://resources/chromeos/colors/cros_styles.css">
<link rel="stylesheet" href="chrome://theme/typography.css">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="stylesheet" href="chrome://theme/colors.css?sets=legacy,sys">
<script type="module" src="vc_background_ui.js"></script>
</head>
<body class="jelly-enabled">
<vc-background-app></vc-background-app>
</body>
</html>