-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContacts.html
33 lines (33 loc) · 1.07 KB
/
Contacts.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Contacts</title>
<link rel="stylesheet" type="text/css" href="CSS/main.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Academics.html">Academics</a></li>
<li><a href="Interests.html">Interests</a></li>
<li><a href="Contacts.html">Contacts</a></li>
</ul>
</nav>
</header>
<div class="container">
<article>
<h1><center>Contacts</center></h1>
<ul type="none" class="lists">
<li class="lists"><b><img src="Images/download.jpeg" width="40px">Whatsapp:-</b> +91 8101830932</li>
<br><br>
<li class="lists"><b><img src="Images/download.png" width="40px"><a href="https://www.facebook.com/subhadeep.paul.355744">Facebook:-</a></b> subhadeep.paul.355744</li>
</ul>
</article>
</div>
<footer>
© copyright Subhadeep Paul 2020
</footer>
</body>
</html>