Skip to content

Instantly share code, notes, and snippets.

@habibmac
Created June 6, 2012 10:27
Show Gist options
  • Save habibmac/2881181 to your computer and use it in GitHub Desktop.
Save habibmac/2881181 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script src="http://cloud.github.com/downloads/wycats/handlebars.js/handlebars-1.0.0.beta.6.js"></script>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment