Skip to content

Commit cc13282

Browse files
committed
Include empty script tag with comment for easier starting
1 parent 150a055 commit cc13282

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@
1212
<body>
1313
<div id="content"></div>
1414
<script type="text/jsx;harmony=true" src="scripts/example.js"></script>
15+
<script type="text/jsx;harmony=true">
16+
// To get started with this tutorial running your own code, simply remove
17+
// the script tag loading scripts/example.js and start writing code here.
18+
</script>
1519
</body>
1620
</html>

0 commit comments

Comments
 (0)