Created
May 9, 2011 22:59
-
-
Save jethrolarson/963603 to your computer and use it in GitHub Desktop.
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>Is this where web development is going?</title> | |
| <script src="style.css.js"></script> | |
| <script src="jquery.js"></script> | |
| <script src="underscore.js"></script> | |
| <script src="backbone.js"></script> | |
| <script src="mustache.js"></script> | |
| <script src="ICanHaz.js"></script> | |
| <script src="Movie.js"></script> | |
| <script src="MovieCollection.js"></script> | |
| <script src="MovieView.js"></script> | |
| <script src="MovieAppModel.js"></script> | |
| <script src="MovieAppView.js"></script> | |
| <script src="MovieAppController.js"></script> | |
| <script src="Application.js"></script> | |
| </head> | |
| <body></body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment