Created
August 6, 2017 20:14
-
-
Save DevEarley/f2a7f0ef8639cba2859017690a460352 to your computer and use it in GitHub Desktop.
your typical index.html
This file contains hidden or 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
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="some-website.min.css"> | |
</head> | |
<body ng-app="SomeWebsite"> | |
<ng-view></ng-view> | |
<script src="some-website.min.js" type="text/javascript" ></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment