Skip to content

Instantly share code, notes, and snippets.

@dannyduc
Created September 29, 2012 22:28
Show Gist options
  • Save dannyduc/3805327 to your computer and use it in GitHub Desktop.
Save dannyduc/3805327 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 src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment