Skip to content

Instantly share code, notes, and snippets.

@derred
Created March 7, 2012 21:27
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 derred/1996351 to your computer and use it in GitHub Desktop.
Save derred/1996351 to your computer and use it in GitHub Desktop.
jQuery: Starting Template (Netttuts+)
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment