-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.html
32 lines (30 loc) · 1.43 KB
/
profile.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
<!DOCTYPE html>
<html>
<head>
<title>
instagram app
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="keywords" content="anand frontend developer,anand frontend, anand developer">
<meta name="description" content="anand is the best frontend developer in india.">
<meta name="author" content="anand">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="main-box">
<h1>profile page</h1>
<div class="footer">
<div class="page-icon" > <a href="index.html"><i class="fa fa-home" style="font-size:20px"></i></a>
<a href="search.html"><i class="fa fa-search" style="font-size:18px"></i> </a>
<a href="upload.html"><img style="width: 18px;" src="./images/upload-icon.jpeg" alt="icon images" /></a>
<a href="reels.html"><img style="width: 18px;" src="./images/video.png" alt="icon images" /></a>
<a href="profile.html"><img style="width: 20px;" src="./images/user (1).png" alt="icon images" /></a>
</div>
</div>
</div>
</div>
</body>
</html>