chromium/chrome/browser/resources/chromeos/crostini_installer/index.html

<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
  <meta charset="utf8">
  <title>$i18n{promptTitle}</title>
  <style>
    body {
      margin: 0;
    }
  </style>
  <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
  <link rel="stylesheet" href="chrome://resources/chromeos/colors/cros_styles.css">
  <script type="module" src="app.js"></script>
</head>
<body>
  <crostini-installer-app></crostini-installer-app>
</body>
</html>