Created
December 20, 2013 08:59
-
-
Save unamashana/8052196 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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Kickass App</title> | |
<meta name="description" content="My Kickass App"> | |
<link rel="stylesheet" href="/css/styles.css"> | |
<script src="/js/jquery.js"></script> | |
<script src="/js/my_compiled.js"></script> | |
</head> | |
<body> | |
<div id="placeholder"></div> | |
$(document).ready({ | |
window.mainView = new SB.Views.MainView | |
}); | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment