index.html 126 B

12345678910
  1. <!doctype html>
  2. <html>
  3. <head></head>
  4. <body>
  5. <div id="app"></div>
  6. </body>
  7. <script src="./dist/chat.js"></script>
  8. </html>