Removes duplication of head tag in example (#2648)

This commit is contained in:
cam73 2016-11-03 01:46:29 +03:00 committed by Ward Bell
parent f837330eaf
commit 35d8695752
1 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,6 @@
System.import('app').catch(function(err){ console.error(err); }); System.import('app').catch(function(err){ console.error(err); });
</script> </script>
</head> </head>
</head>
<body> <body>
<my-app>Loading my-app ...</my-app> <my-app>Loading my-app ...</my-app>