UNPKG

reactjs-chatapp

Version:

Most popular chat component for react!

16 lines (13 loc) 368 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>React ChatApp</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" type="text/css" href="./chat-style.css"> </head> <body> <div id="app"></div> <script src="index.js" charset="utf-8"></script> </body> </html>