-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 735 Bytes
/
index.html
File metadata and controls
23 lines (21 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<title>GitHub commit badge</title>
</head>
<body>
<script type="text/javascript">
Badges = [
{ "username": "heipei", "repo": "github-commit-badge", "branch": "master" },
{ "username": "git", "repo": "git", "branch": "master" },
{ "username": "brotherbard", "repo": "gitx", "branch": "experimental" },
{ "username": "rep", "repo": "hpfeeds" }
];
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript" src="js/gcb.js"></script>
<script type="text/javascript" src="js/config.js"></script>
<div id="gcb-container">
</div>
</body>
</html>