We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d93f6 commit d6aea9eCopy full SHA for d6aea9e
index.html
@@ -9,6 +9,10 @@
9
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
10
</head>
11
<body>
12
-
+ <div class="container">
13
+ <h1>Issue Tracker
14
+ <span class="badge" style="background-color: rgb(13, 230, 13);" id="issueCount"> 0 </span>
15
+ <span class="badge" style="background-color: #d11111;" id="closedCount"> 0 </span>
16
+ </h1>
17
</body>
18
</html>
0 commit comments