playground(): add comment to index.html about temporary boilerplate

This commit is contained in:
Andrew
2015-03-17 19:30:38 -05:00
parent c52efc5f12
commit f532da7dbb

View File

@@ -1,3 +1,8 @@
<!--
EVERYTHING in index.html file will change
Don't feel like you have to learn all of this boilerplate.
It's not important and will change.
-->
<!doctype html>
<html lang="en">
<head>
@@ -9,7 +14,6 @@
<script src="lib/extension-register.js"></script>
<script>
register(System);
<!-- TODO: how to get rid of this line? -->
</script>
<!-- Angular2-related imports -->