Skip to content

Instantly share code, notes, and snippets.

@NorthDecoder
Last active August 29, 2015 14:19
Show Gist options
  • Save NorthDecoder/cef9d8bfbbb70a25050b to your computer and use it in GitHub Desktop.
Save NorthDecoder/cef9d8bfbbb70a25050b to your computer and use it in GitHub Desktop.
HTML5 template with angular
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<meta charset="UTF-8">
<!--For latest revision updates see https://developers.google.com/speed/libraries/ -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
</head>
<body>
<p></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment