chromium/chrome/browser/resources/webapks/about_webapks.html

<!doctype html>

<!--
about:webapks template page
-->

<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>About WebAPKs</title>
    <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
    <link rel="stylesheet" href="about_webapks.css">

    <script type="module" src="about_webapks.js"></script>
  </head>

  <body>
    <div id="outer">
      <div>
        <span class="label">WebAPKs:</span>
      </div>

      <div class="content" id="webapk-list"></div>
    </div>
  </body>
</html>