Guest User

Untitled

a guest
Jul 15th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="UTF-8" />
  4. <script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
  5. <script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
  6. <script>
  7. ReactDOM.render(<h1>Hello, world!</h1>,document.getElementById('root'));
  8.  
  9. </script>
  10. </head>
  11. <body>
  12. <div id="root"></div>
  13. </body>
  14. </html>
Add Comment
Please, Sign In to add comment