chromium/chrome/browser/resources/connectors_internals/index.html

<!doctype html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <title>Connectors Internals</title>
  <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
</head>

<body>
  <connectors-internals-app></connectors-internals-app>
  <script src="app.js" type="module"></script>
</body>

</html>