Skip to content

Instantly share code, notes, and snippets.

@gistforme
Created April 16, 2012 10:33
Show Gist options
  • Save gistforme/2397571 to your computer and use it in GitHub Desktop.
Save gistforme/2397571 to your computer and use it in GitHub Desktop.
HTML5: Starting Template
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment