No Description

index.html 551B

1234567891011121314151617181920212223
  1. <html lang="en">
  2. <head>
  3. <meta charset="UTF-8" />
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  5. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  6. <title>chat-ts-sdk</title>
  7. <style></style>
  8. </head>
  9. <body>
  10. <body>
  11. <noscript>You need to enable JavaScript to run this app.</noscript>
  12. <div id="demos">
  13. Please open the Console
  14. </div>
  15. <script>
  16. window.__DEV_APP__ = {};
  17. </script>
  18. <script src="./index.js"></script>
  19. </body>
  20. </body>
  21. </html>