blob: a84ef17d8a326a5bf7c4b3da199fda93387cc48d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!doctype html>
<!--
Copyright 2013 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.
-->
<html>
<head>
<meta charset="utf-8">
<script src="error.js"></script>
<script src="xhr_proxy.js"></script>
<script src="wcs.js"></script>
<script src="wcs_loader.js"></script>
<script src="wcs_sandbox_content.js"></script>
</head>
<body>
</body>
</html>
|