Created
April 8, 2018 02:10
-
-
Save huytrongnguyen/954b8513a1c5522640d6c3813a878bfe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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