<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>jQuery Github Badge</title>
<link href="jquery.github.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery-latest.js"></script>
<script type="text/javascript" charset="utf-8" src="jquery.github.js"></script>
<script type="text/javascript"><!--
$(function() {
$('#github-badge').githubBadge({ repos : [
{author: 'mattn', name: 'gist-vim' },
{author: 'mattn', name: 'gtktwitter'},
{author: 'miyagawa', name: 'remedie' },
{author: 'otsune', name: 'plagger' }
]});
});
--></script>
</head>
<body>
<div class="hatena-fav-container">
<div id="github-badge"></div>
</div>
</body>
</html>