-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (26 loc) · 906 Bytes
/
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>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Link_tree</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--head-->
<section>
<div class="head">
<h3> DESIGN AND CODE</h3>
<p> Interact ,collaborate and learn with design and developers around the worls!</p>
</div>
<div>
<a href="https://www.linkedin.com/in/surbhi-shekhar-40b007208
" class="alink">Join my linkdein</a>
<a href="https://instagram.com/surbhi._.shekhar__?utm_medium=copy_link" class="alink">Join my instagram</a>
<a href="https://m.facebook.com/100053158246441/" class="alink">Join my facebook</a>
<a href="https://www.clubhouse.com/@ssurbhi_09
" class="alink">Join my club house</a>
</div>
</section>
</body>
</html>