index.html 438 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <meta name="theme-color" content="#000000" />
  7. <meta name="description" content="Web site created using create-react-app" />
  8. <title>Chat client</title>
  9. </head>
  10. <body>
  11. <noscript>You need to enable JavaScript to run this app.</noscript>
  12. <div id="root"></div>
  13. </body>
  14. </html>