host.html 359 B

123456789101112131415
  1. <!doctype html>
  2. <!--
  3. Copyright (c) 2014 The Chromium Authors. All rights reserved.
  4. Use of this source code is governed by a BSD-style license that can be
  5. found in the LICENSE file.
  6. -->
  7. <html draggable="true">
  8. <head>
  9. <title>Host Page</title>
  10. <script src="jsonrpc.js"></script>
  11. <script src="host.js"></script>
  12. </head>
  13. <body>
  14. </body>
  15. </html>