-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (41 loc) · 1.49 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
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>You're invited!</title>
<meta name="description" content="4th November 2022" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.shahuandfazo.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="You're invited!" />
<meta
property="og:description"
content="We are getting married on 4th November 2022. Join us in our celebrations."
/>
<meta
property="og:image"
content="https://shahuandfazo.com/og-image-invite.png"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="shahuandfazo.com" />
<meta property="twitter:url" content="https://www.shahuandfazo.com/" />
<meta name="twitter:title" content="You're invited!" />
<meta
name="twitter:description"
content="We are getting married on 4th November 2022. Join us in our celebrations."
/>
<meta
name="twitter:image"
content="https://shahuandfazo.com/og-image-invite.png"
/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
</head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>