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/chromeos/colors/cros_styles.css">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<script type="module" src="/js/personalization_app.js" defer></script>
</head>
<body>
<personalization-router></personalization-router>
</body>
</html>