index.html 216 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>React</title> </head> <body> <div id="root" class="root"></div> <script type="text/javascript" src="index.js"></script></body> </html>