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

<!-- Copyright 2021 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></title>
    <meta charset="utf-8">
    <style>
      html {
        background-color: var(--cros-bg-color);
        height: 100%;
      }

      html:has(body.jelly-enabled) {
        background-color: var(--cros-sys-app_base_shaded);
      }

      body {
        height: 100%;
        margin: 0;
      }
    </style>
    <link rel="stylesheet"
        href="chrome://resources/chromeos/colors/cros_styles.css">
    <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
    <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
  </head>
  <body>
    <shortcut-customization-app></shortcut-customization-app>

    <script type="module" src="/js/shortcut_customization_app.js"></script>
    </script>
  </body>
</html>