-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (39 loc) · 1.33 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="./Images/favicon.png" type="image/x-icon">
<title>HeartfeltHub</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<div class="container inner-shadow" id="container1">
<div class="con1" id="1stcon">
</div>
<div class="con2" id="2ndcon">
</div>
<div class="con3" id="3rdcon">
<p class="developedBy" id="instaIcon"><i class="fa-brands fa-instagram"></i> #thejeetahirwar</p>
</div>
</div>
<div class="container inner-shadow2" id="container2">
<div class="heart">
<div class="line"></div>
<div class="circle">
<span class="heart-icon">❤</span>
</div>
<div class="line"></div>
</div>
<div class="reels">
<div class="cards">
</div>
</div>
</div>
</main>
<script src="script.js"></script>
<script src="https://kit.fontawesome.com/51316679b1.js" crossorigin="anonymous"></script>
</body>
</html>