client.html 304 B

1234567891011121314
  1. <!doctype html>
  2. <!--
  3. Copyright 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>
  8. <head>
  9. <title>Client Page</title>
  10. <script src="jsonrpc.js"></script>
  11. </head>
  12. <body>
  13. </body>
  14. </html>