-
Notifications
You must be signed in to change notification settings - Fork 330
/
Copy pathmufti.html
34 lines (31 loc) · 1012 Bytes
/
mufti.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
<html>
<head>
<link href="style/style.css" type="text/css" rel="stylesheet" />
</head>
<title>Contributor</title>
<body>
<div>
<h1>Contributors <a href="https://github.com/sudz123/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/mufti1">Mufti Ismi</a></p>
</div>
<div>
<br /><br /><center><a id="back_to_home" href="home.html">Go back to home</a></center>
<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>