This repository was archived by the owner on Jul 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 <!-- Not present in the tutorial. Just for basic styling. -->
77 < link rel ="stylesheet " href ="css/base.css " />
88 < script src ="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/react.js "> </ script >
9- < script src ="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/JSXTransformer .js "> </ script >
9+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.6.15/browser .js "> </ script >
1010 < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js "> </ script >
1111 < script src ="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.2/marked.min.js "> </ script >
1212 </ head >
1313 < body >
1414 < div id ="content "> </ div >
15- < script type ="text/jsx;harmony=true " src ="scripts/example.js "> </ script >
16- < script type ="text/jsx;harmony=true ">
15+ < script type ="text/babel " src ="scripts/example.js "> </ script >
16+ < script type ="text/babel ">
1717 // To get started with this tutorial running your own code, simply remove
1818 // the script tag loading scripts/example.js and start writing code here.
1919 </ script >
You can’t perform that action at this time.
0 commit comments