Skip to content

Instantly share code, notes, and snippets.

@DevEarley
Created August 6, 2017 20:14
Show Gist options
  • Save DevEarley/f2a7f0ef8639cba2859017690a460352 to your computer and use it in GitHub Desktop.
Save DevEarley/f2a7f0ef8639cba2859017690a460352 to your computer and use it in GitHub Desktop.
your typical index.html
<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