Skip to content

Instantly share code, notes, and snippets.

@coolicer
Created March 12, 2012 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coolicer/2020975 to your computer and use it in GitHub Desktop.
Save coolicer/2020975 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="http://code.jquery.com/jquery-1.7.1.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment