1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20

content / browser / resources / net / network_errors_listing.html [blame]

<!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>