Skip to content

Instantly share code, notes, and snippets.

@copyleftdevsbl
Created September 25, 2012 01:22
Show Gist options
  • Save copyleftdevsbl/3779428 to your computer and use it in GitHub Desktop.
Save copyleftdevsbl/3779428 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
</head>
<body>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment