Skip to content

Instantly share code, notes, and snippets.

@unamashana
Created December 20, 2013 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unamashana/8052196 to your computer and use it in GitHub Desktop.
Save unamashana/8052196 to your computer and use it in GitHub Desktop.
<!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