Skip to content

Instantly share code, notes, and snippets.

@dwoodard
Created December 20, 2012 21:57
Show Gist options
  • Save dwoodard/4348905 to your computer and use it in GitHub Desktop.
Save dwoodard/4348905 to your computer and use it in GitHub Desktop.
HTML: starting jquery template
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.3/underscore-min.js"></script>
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment