Index: chrome/test/remoting/http_server/clientpage.html |
diff --git a/remoting/webapp/html/template_wcs_sandbox.html b/chrome/test/remoting/http_server/clientpage.html |
similarity index 56% |
copy from remoting/webapp/html/template_wcs_sandbox.html |
copy to chrome/test/remoting/http_server/clientpage.html |
index 11916ae4f13b78ce47ab608241c39e13e9e83b0b..a6cb53225287f4512ced9c82a65484e0faf1c3d2 100644 |
--- a/remoting/webapp/html/template_wcs_sandbox.html |
+++ b/chrome/test/remoting/http_server/clientpage.html |
@@ -1,16 +1,13 @@ |
<!doctype html> |
<!-- |
-Copyright (c) 2013 The Chromium Authors. All rights reserved. |
+Copyright (c) 2014 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"> |
- |
- <meta-include type="javascript"/> |
- |
+ <title>Client Page</title> |
+ <script src="clientpage.js"></script> |
</head> |
<body> |
</body> |