blob: f990b3322a48307f149b8164e6876db0c03d82fc [file] [log] [blame]
<!doctype html>
<html>
<!--
Copyright 2015 The Chromium Authors. All rights reserved.
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/roboto.css">
<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<link rel="stylesheet" href="network_errors_listing.css">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="strings.js"></script>
<script src="network_errors_listing.js"></script>
</head>
<body>
<h1>Network errors</h1>
<div id="pages" class="list"></div>
</body>
</html>