Created
December 20, 2013 08:59
Revisions
-
prateekdayal created this gist
Dec 20, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ <!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>