Skip to content

Instantly share code, notes, and snippets.

@escobar5
Created November 3, 2012 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save escobar5/4007548 to your computer and use it in GitHub Desktop.
Save escobar5/4007548 to your computer and use it in GitHub Desktop.
html jquery
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>
$(function() {
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment