Skip to content

Commit

Permalink
Include empty script tag with comment for easier starting
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Sep 24, 2015
1 parent 150a055 commit cc13282
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
<body>
<div id="content"></div>
<script type="text/jsx;harmony=true" src="scripts/example.js"></script>
<script type="text/jsx;harmony=true">
// To get started with this tutorial running your own code, simply remove
// the script tag loading scripts/example.js and start writing code here.
</script>
</body>
</html>

0 comments on commit cc13282

Please sign in to comment.