Skip to content

Instantly share code, notes, and snippets.

@leuchtetgruen
Created March 8, 2012 10:13
Show Gist options
  • Save leuchtetgruen/2000129 to your computer and use it in GitHub Desktop.
Save leuchtetgruen/2000129 to your computer and use it in GitHub Desktop.
HTML Boilerplate with JQuery
<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment