Skip to content

Instantly share code, notes, and snippets.

@hemantajax
Created January 18, 2013 11:55
Show Gist options
  • Save hemantajax/4564149 to your computer and use it in GitHub Desktop.
Save hemantajax/4564149 to your computer and use it in GitHub Desktop.
Backbone Template
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<style>
</style>
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="http://underscorejs.org/underscore.js"></script>
<script src="http://backbonejs.org/backbone.js"></script>
<script>
(function($){
})(jQuery);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment