chromium/ash/webui/personalization_app/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>$i18n{personalizationTitle}</title>
    <link rel="icon" type="image/png" sizes="192x192" href="/icon_192.png">
    <meta charset="utf-8">
    <link rel="stylesheet" href="/css/base.css">
    <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://resources/css/text_defaults_md.css">
    <link rel="stylesheet" href="chrome://theme/colors.css?sets=legacy,sys">
    <link rel="stylesheet" href="chrome://theme/typography.css">
    <script type="module" src="/js/personalization_app.js" defer></script>
  </head>
  <!-- TODO: b/324903595 - Remove jelly-enabled class when CrOS color tokens
       are embedded into Ash cr-elements. -->
  <body class="jelly-enabled">
    <personalization-router></personalization-router>
  </body>
</html>