Files
meteor/examples/react/index.html
2015-09-14 20:35:03 -07:00

12 lines
216 B
HTML

<head>
<title>react-skel</title>
</head>
<body>
<h1>Welcome to Meteor and React!</h1>
<p><a href="https://www.meteor.com/tutorials/react">Try the tutorial!</a></p>
<div id="react-container"></div>
</body>