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

@ -1,7 +1,7 @@
<!-- #docregion -->
<!DOCTYPE html>
<html>
<head>
<head>
<title>Dependency Injection</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -19,7 +19,6 @@
System.import('app').catch(function(err){ console.error(err); });
</script>
</head>
</head>
<body>
<my-app>Loading my-app ...</my-app>