-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (21 loc) · 940 Bytes
/
index.html
File metadata and controls
28 lines (21 loc) · 940 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anish</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>@Anish Kumar Pal</h1>
<img class="logo" src="images/IMG_20221212_204908.jpg" alt="" width="100" height="100">
<ul>
<li><a href="https://github.com/Iron-karambit" class="social-media" id="github" >Github</a></li>
<li><a href="https://www.instagram.com/anishpal/" class="social-media" id="instagram" >Instagram</a></li>
<li><a href="https://www.linkedin.com/in/anish-pal-434513245/" class="social-media" id="linkdin" >Linkdin</a></li>
<li><a href="https://x.com/AnishPa41756623?t=DJnkiSiDapTgt0WXlyZHgg&s=09" class="social-media" id="x" >X</a></li>
</ul>
</div>
</body>
</html>