Skip to content

Instantly share code, notes, and snippets.

@kjam
Created June 24, 2012 15:24
Show Gist options
  • Save kjam/2983670 to your computer and use it in GitHub Desktop.
Save kjam/2983670 to your computer and use it in GitHub Desktop.
Basic Web Page
<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">
//This is where we will put script later.
</script>
</head>
<body>
<h2>Twitter</h2>
<div class="content">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment