-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (26 loc) · 1.19 KB
/
index.html
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
<!doctype html>
<html>
<head>
<title>
BugBin
</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/global.css">
</head>
<body>
<div id = 'navbar'> <ul><li><a href="http://bitgeeky.github.io/bugbin/">BugBin</a></li></ul></div>
<a href="https://github.com/bitgeeky/bugbin/"><img id='forkribbon' style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
<h1>Bugbin</h1>
<h2>An Easy Way to keep Track of Bugs !</h2>
<div class= "logo">
<a href="github/" id='githublink'>
<image src= 'images/github.jpg' alt="GITHUB" id='github_image'/>
</a>
<a href="bmo/" id='mozillalink'>
<image src= 'images/mozilla.png' alt="Mozilla" id='mozilla_image'/>
</a>
</div>
<h4>Project Under development by :<br>
<a href="https://mozillians.org/en-US/u/bitgeeky/" >Pankaj Malhotra(:bitgeeky)</a> </h4>
</body>
</html>