Skip to content

Commit d6aea9e

Browse files
committed
Header complate
1 parent f4d93f6 commit d6aea9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
1010
</head>
1111
<body>
12-
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>
1317
</body>
1418
</html>

0 commit comments

Comments
 (0)