<!-- Copyright 2022 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>
<meta charset="utf-8">
<style>
html,
body {
margin: 0;
}
</style>
<link rel="stylesheet" href="//resources/chromeos/colors/cros_styles.css">
<link rel="stylesheet" href="//resources/css/text_defaults.css">
<link rel="stylesheet" href="//resources/css/md_colors.css">
</head>
<body>
<help-content></help-content>
<script type="module" src="./untrusted_index.js"></script>
</body>
</html>