chromium/content/browser/resources/net/network_errors_listing.html

<!doctype html>
<html>
<!--
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head>
  <meta charset="utf-8">
  <title>Network errors</title>
  <meta name="viewport" content="width=device-width">
  <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
  <link rel="stylesheet" href="network_errors_listing.css">
  <script type="module" src="network_errors_listing.js"></script>
</head>
<body>
  <h1>Network errors</h1>
  <div id="pages" class="list"></div>
</body>
</html>