index.html 486 B

123456789101112131415161718
  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. <link rel="manifest" href="/manifest.json">
  9. <title>Chat client</title>
  10. </head>
  11. <body>
  12. <noscript>You need to enable JavaScript to run this app.</noscript>
  13. <div id="root"></div>
  14. </body>
  15. </html>