-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.7 KB
/
index.html
File metadata and controls
37 lines (33 loc) · 1.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Webpage</title>
<link rel="stylesheet" href="./style.css"/>
</head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Marck+Script&display=swap" rel="stylesheet">
<body>
<h1><span class="name">Hrishikesh's </span><span class="occasion">Marriage </span><span class="invite">Invitation</span> </h1>
<h2>We coordinately invite you</h2>
<div>
<img src="./Myimage.jpg" alt="Marraige image" class="center"/>
</div>
<div>
<p class="timing">We are happy to share the Hrishi is getting married to unknown person on 01/07/2023 between auspicious time of 8:00 PM and 9:00 PM. So we coordinately invite to attend the marriage and bless the couple.
</p>
</div>
<div><p class="reception">The reception timing: <span class="exact">7:00 PM to 10:00 PM.</span>
</p>
</div>
<footer class="invitation">Invitation by Pavan Kumar Mangiri</footer>
</body>
</html>