-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (22 loc) · 877 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
<!doctype html>
<html>
<head>
<meta name="description" content="Neeraj Rekwar is a digital marketer, who has been in the industry for almost 3 years. He has vast experience in various marketing and business related tasks. Neeraj has successfully raised funds for his own start-up" >
<link rel="stylesheet" href="style.css">
<title>Profile NR</title>
</head>
<body>
<header>
<nav></nav>
</header>
<div class="container">
<div id="profile-ctr">
<div>
<img src="https://pbs.twimg.com/profile_images/1544377161435709440/QItDqQdl_400x400.jpg" alt="Neeraj Rekwar - I am a Dgital marketer"/>
<p>Neeraj Rekwar</p>
</div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>