forked from sudz123/happy_hacking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnir099.html
35 lines (31 loc) · 1.02 KB
/
nir099.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
28
29
30
31
32
33
34
35
<html>
<head>
<title>Contributor</title>
<link href="style/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div>
<h1>Contributors <a href="https://github.com/nir099/Happy_Hacking">(Github repo)</a></h1>
<p>Add yourself to the list if you contribute.</p>
<p class="card-item"><a href="https://github.com/nir099">Nirmal(joba)</a></p>
</div>
<br /><br /><center><a id="back_to_home" href="home.html">Go back to home</a></center>
<div>
<footer>
<nav>
<ul>
<li style="
list-style-type: none;
top: 90%;
right: 90%;
position: absolute;">
<a href="./home.html" style="
text-decoration: none;
color: inherit;">Home</a>
</li>
</ul>
</nav>
</footer>
</div>
</body>
</html>