chromium/ash/webui/vc_background_ui/resources/index.html

<!-- 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-bg-color);
      }
    </style>
    <link rel="stylesheet"
        href="chrome://resources/ash/common/sea_pen/transition.css">
    <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>