Skip to content

Instantly share code, notes, and snippets.

@huytrongnguyen
Created April 8, 2018 02:10
Show Gist options
  • Save huytrongnguyen/954b8513a1c5522640d6c3813a878bfe to your computer and use it in GitHub Desktop.
Save huytrongnguyen/954b8513a1c5522640d6c3813a878bfe to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Angular Demo</title>
</head>
<body>
<my-app></my-app>
<script src="dist/js/vendor.js"></script>
<script src="dist/js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment