Skip to content

Instantly share code, notes, and snippets.

@NorthDecoder
Last active August 29, 2015 14:20
Show Gist options
  • Save NorthDecoder/bfd2fa3544d69df1909f to your computer and use it in GitHub Desktop.
Save NorthDecoder/bfd2fa3544d69df1909f to your computer and use it in GitHub Desktop.
HTML5 template with angular + jquery + bootstrap
<!DOCTYPE html>
<html>
<head>
<title>HTML5ng+jq+bs</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>
<script src="js/app.js"></script>
<!--For latest revision updates see http://www.bootstrapcdn.com/ -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<p></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment