chromium/chrome/browser/resources/chromeos/password_change/urgent_password_expiry_notification.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>
  <urgent-password-expiry-notification id="main-element">
  </urgent-password-expiry-notification>
  <script src="urgent_password_expiry_notification_app.js" type="module"></script>
</body>
</html>