-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage2.html
27 lines (26 loc) · 921 Bytes
/
page2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="page">
<div>
<img class="image" src="00.jpg" alt="">
</div>
<p class="head1">
<br> " To my guiding star, my protector, and my best friend-- <br>
Happy Raksha Bandhan! You've always been there for me, <br>
and I'm forever grateful for your love and support." <br>
" Having an older sister like you is like having a guardian angel by my side. <br>
Your love and care are truly priceless.Wishing you a joyous Raksha Bandhan!"
<br>
</p>
</section>
<footer>
<img src="sign.png" alt="logo">
</footer>
</body>
</html>