Skip to content

Instantly share code, notes, and snippets.

@alexwall
Created February 8, 2012 21:51
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 alexwall/1774212 to your computer and use it in GitHub Desktop.
Save alexwall/1774212 to your computer and use it in GitHub Desktop.
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Example brunch application</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="styles/app.css">
<script src="scripts/app.js"></script>
<script src="scripts/backbone-forms.js"></script>
<link href="styles/backbone-forms.css" rel="stylesheet" type="text/css"/>
<script>require('initialize');</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment