chromium/chrome/browser/resources/chromeos/password_change/confirm_password_change_app.html

<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
  <meta charset="utf-8">
  <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
</head>
<body>
  <script type="module" src="confirm_password_change.js"></script>
  <confirm-password-change id="main-element"></confirm-password-change>
</body>
</html>