File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
< title > React Tutorial</ title >
6
6
<!-- Not present in the tutorial. Just for basic styling. -->
7
7
< link rel ="stylesheet " href ="css/base.css " />
8
- < script src ="https://cdnjs.cloudflare. com/ajax/libs/ react/ 15.2.0 /react.js "> </ script >
9
- < script src ="https://cdnjs.cloudflare. com/ajax/libs/ react/ 15.2.0 /react-dom.js "> </ script >
10
- < script src ="https://cdnjs.cloudflare. com/ajax/libs/ babel-core/5.6.16 /browser.js "> </ script >
11
- < script src ="https://cdnjs.cloudflare. com/ajax/libs/ jquery/2.2.2 /jquery.min.js "> </ script >
12
- < script src ="https://cdnjs.cloudflare. com/ajax/libs/ remarkable/ 1.6.2/remarkable.min.js "> </ script >
8
+ < script src ="https://npmcdn. com/react@ 15.3.0/dist /react.js "> </ script >
9
+ < script src ="https://npmcdn. com/react-dom@ 15.3.0/dist /react-dom.js "> </ script >
10
+ < script src ="https://npmcdn. com/babel-core@5.8.38 /browser.min .js "> </ script >
11
+ < script src ="https://npmcdn. com/jquery@3.1.0/dist /jquery.min.js "> </ script >
12
+ < script src ="https://npmcdn. com/remarkable@ 1.6.2/dist /remarkable.min.js "> </ script >
13
13
</ head >
14
14
< body >
15
15
< div id ="content "> </ div >
You can’t perform that action at this time.
0 commit comments