forked from heipei/github-commit-badge
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 645 Bytes
/
index.html
File metadata and controls
35 lines (31 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>GitHub commit badge</title>
</head>
<body>
<div id="gcb-container">
<script type="text/javascript">
var Badges = [
{
"username": "heipei",
"repo": "github-commit-badge",
"branch": "master"
},
{
"username": "git",
"repo": "git",
"branch": "master"
},
{
"username": "brotherbard",
"repo": "gitx",
"branch": "experimental"
}
];
</script>
<script type="text/javascript" src="github-commit-badge.js"></script>
</div>
</body>
</html>