Last active
December 8, 2016 22:21
-
-
Save dengjonathan/70e701caf946ca2f07e5c75f5c91ea7e to your computer and use it in GitHub Desktop.
Backbone Jquery MVC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Backbone.js MVC</title> | |
</head> | |
<body> | |
<div id="app"></div> | |
<!-- App Dependencies --> | |
<script | |
src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.3.3/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