Skip to content

Instantly share code, notes, and snippets.

@StevenBlack
Created March 26, 2010 14:21
Show Gist options
  • Save StevenBlack/344937 to your computer and use it in GitHub Desktop.
Save StevenBlack/344937 to your computer and use it in GitHub Desktop.
jQuery page template
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment