chromium/chrome/browser/resources/privacy_sandbox/internals/index.html

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

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

<body>
<header>
  <h1>Privacy Sandbox Internals</h1>
</header>
<main>

<cr-frame-list id="ps-page">
  <div slot="tab" id="ps-cookie-content-settings">
    Tracking Protection / 3PCD Prefs
  </div>
  <div slot="tab" id="ps-cookie-content-settings">Advertising Prefs</div>
  <div slot="panel">
    <h3>Tracking Protection Service Prefs</h3>
    <div id="tracking-protection-prefs"></div>
    <h3>3PCD Experiment Prefs</h3>
    <div id="tpcd-experiment-prefs"></div>
  </div>
  <div slot="panel">
    <h3>Advertising Prefs</h3>
    <div id="advertising-prefs"></div>
  </div>
</cr-frame-list>

</main>
<script type="module" src="index.js"></script>
</body>
</html>