chromium/chrome/browser/resources/internals/lens/lens_internals.html

<!doctype html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>Lens Internals</title>
    <meta name="viewport" content="width=device-width">
    <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
  </head>
  <body>
    <h1>Lens Debug Stats</h1>
    <h4>(Refresh to update page)</h4>
    <div>
      <button id="start-debug-mode">
        Start Debug Mode
      </button>
      <button id="stop-debug-mode" hidden>
        Stop Debug Mode
      </button>

    </div>
    <div id="debug-data-container">
      <table id="debug-data-table" hidden></table>
    </div>
    <script type="module" src="/lens/lens_internals.js"></script>
  </body>
</html>