Skip to content

Instantly share code, notes, and snippets.

@imjoshdean
Created March 16, 2012 15:24
Show Gist options
  • Save imjoshdean/2050521 to your computer and use it in GitHub Desktop.
Save imjoshdean/2050521 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment