| 1234567891011121314151617181920212223 | 
							- <html lang="en">
 -   <head>
 -     <meta charset="UTF-8" />
 -     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 -     <meta http-equiv="X-UA-Compatible" content="ie=edge" />
 -     <title>chat-ts-sdk</title>
 -     <style></style>
 -   </head>
 -   <body>
 -     <body>
 -       <noscript>You need to enable JavaScript to run this app.</noscript>
 -       <div id="demos">
 -         Please open the Console
 -       </div>
 - 
 -       <script>
 -         window.__DEV_APP__ = {};
 -       </script>
 -       <script src="./index.js"></script>
 -     </body>
 -   </body>
 - </html>
 
 
  |