-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 879 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
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" href="link1.png" type="image/png" />
<nav>
<title>MySocialProfile</title>
<h1>My Social Profile</h1>
</nav>
</head>
<body>
<span><span></span></span>
<div class="wrap">
<a href="https://github.com/srujan0404" target="_blank"><div></div></a>
<a href="https://www.instagram.com/_srujanreddy04_/" target="_blank"
><div></div
></a>
<a
href="https://www.linkedin.com/in/srujan-dharma-71808a273/"
target="_blank"
><div></div
></a>
<a href="https://twitter.com/DharmaSrujan" target="_blank"><div></div></a>
<a href="https://myportfolio-two-weld.vercel.app/" target="_blank"
><div></div
></a>
</div>
</body>
</html>