Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 18, 2014 18:40
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 devdays/1c74d76be915e0ab08a0 to your computer and use it in GitHub Desktop.
Save devdays/1c74d76be915e0ab08a0 to your computer and use it in GitHub Desktop.
SPA - Main page
<!DOCTYPE html>
<html>
<head>
<title>My require.js + LoDash + jQuery app</title>
<script src="Scripts/require.js" data-main="Scripts/app/app"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment