Skip to content

Instantly share code, notes, and snippets.

@melnik88
Created January 9, 2016 19:21
Show Gist options
  • Save melnik88/a3c071bff5de9a439ed7 to your computer and use it in GitHub Desktop.
Save melnik88/a3c071bff5de9a439ed7 to your computer and use it in GitHub Desktop.
backbone template
<!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>
// Место для вашего кода
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment