File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<!-- Not present in the tutorial. Just for basic styling. -->
7
7
< link rel ="stylesheet " href ="css/base.css " />
8
8
< 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 >
10
10
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js "> </ script >
11
11
< script src ="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.2/marked.min.js "> </ script >
12
12
</ head >
13
13
< body >
14
14
< 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 ">
17
17
// To get started with this tutorial running your own code, simply remove
18
18
// the script tag loading scripts/example.js and start writing code here.
19
19
</ script >
You can’t perform that action at this time.
0 commit comments