Skip to content

Instantly share code, notes, and snippets.

@jtbonhomme
Created October 15, 2013 05:22
Show Gist options
  • Save jtbonhomme/6986889 to your computer and use it in GitHub Desktop.
Save jtbonhomme/6986889 to your computer and use it in GitHub Desktop.
Backbone html boilerplate
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://documentcloud.github.com/underscore/underscore-min.js"></script>
<script src="http://documentcloud.github.com/backbone/backbone-min.js"></script>
<script>
// Your code goes here
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment