chromium/chrome/browser/resources/chromeos/assistant_optin/assistant_optin.html

<!--
Copyright 2018 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}" cros lang="$i18n{language}">
<head>
<meta charset="utf-8">

<link rel="stylesheet" href="chrome://resources/chromeos/colors/cros_styles.css">
<link rel="stylesheet" href="chrome://theme/colors.css?sets=sys">
<link rel="stylesheet" href="chrome://theme/typography.css">
<link rel="stylesheet" href="./oobe_screen.css">
<link rel="stylesheet" href="./oobe.css">

<script type="module" src="./assistant_optin/assistant_optin.js"></script>
</head>

<body jelly-enabled>
  <assistant-optin-flow-element id="assistant-optin-flow-card">
  </assistant-optin-flow-element>
</body>
</html>