Skip to content

Commit

Permalink
4 -first application - basic building blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider committed Sep 28, 2015
1 parent 24f92a7 commit c5b1923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello-world/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<head>
<script src="http://fb.me/react-0.13.0.js"></script>
<script src="http://fb.me/JSXTransformer-0.13.0.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.3/JSXTransformer.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.3/react.js"></script>
</head>
<body>
</body>
Expand Down

0 comments on commit c5b1923

Please sign in to comment.