Home | History | Annotate | Download | only in app
      1 <!DOCTYPE html>
      2 <!--
      3  * Copyright 2013 The Chromium Authors. All rights reserved.  Use of this
      4  * source code is governed by a BSD-style license that can be found in the
      5  * LICENSE file.
      6 -->
      7 
      8 <html>
      9   <head>
     10     <script src='./main.js'></script>
     11   </head>
     12   <body>
     13     <button id='connect-button'>Connect</button>
     14     <input id='input-text' type='text' />
     15     <button id='send-message-button'>Send</button>
     16     <div id='response'></div>
     17   </body>
     18 </html>
     19