Created
October 30, 2016 16:50
-
-
Save ArjunHariharan/e6e6ee0e054bd966eb1969ad572d0096 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Hello-React</title> | |
</head> | |
<body> | |
<!-- React will render the contents in side the root div.--> | |
<div id="root"></div> | |
<script src="build/bundle.js" type="text/javascript"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment