Skip to content

Instantly share code, notes, and snippets.

@AlexanderBrevigSublime
Created October 1, 2012 09:48
Show Gist options
  • Save AlexanderBrevigSublime/3810606 to your computer and use it in GitHub Desktop.
Save AlexanderBrevigSublime/3810606 to your computer and use it in GitHub Desktop.
HTML: Boilerplate w/jQuery
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="" type="text/css">
<meta charset=utf-8 />
<title></title>
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/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