Skip to content

Instantly share code, notes, and snippets.

@NorthDecoder
Last active August 29, 2015 14:20
Show Gist options
  • Save NorthDecoder/f453185fd02be1c624ff to your computer and use it in GitHub Desktop.
Save NorthDecoder/f453185fd02be1c624ff to your computer and use it in GitHub Desktop.
HTML5 template with angular + jquery
<!DOCTYPE html>
<html>
<head>
<title>HTML5ng+jq</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>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.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