Skip to content

Instantly share code, notes, and snippets.

@susanBuck
Created October 21, 2011 03:25
Show Gist options
  • Save susanBuck/1303027 to your computer and use it in GitHub Desktop.
Save susanBuck/1303027 to your computer and use it in GitHub Desktop.
Basic HTML template with JavaScript goodies
<!DOCTYPE html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type='text/javascript'>
$(document).ready(function() {
// JS bits go here
});
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment