Skip to content

Instantly share code, notes, and snippets.

@t32
Created March 28, 2012 13:26
Show Gist options
  • Save t32/2226158 to your computer and use it in GitHub Desktop.
Save t32/2226158 to your computer and use it in GitHub Desktop.
HTML: starting template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment