-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (24 loc) · 1.21 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cutler & Tyler's Wedding</title>
<meta property='og:title' content="Cutler & Tyler's Wedding" />
<link rel='icon' type='image/x-icon' href='./favicon.png' />
<meta name='description' content='Your invitation awaits.' />
<meta property='og:description' content='Your invitation awaits.' />
<meta name='twitter:description' content='Your invitation awaits.' />
<meta property='og:image' content='https://cutlerandtyler.netlify.app/site-preview.png' />
<meta name='twitter:image' content='https://cutlerandtyler.netlify.app/site-preview.png' />
<meta name='twitter:card' content='summary_large_image' />
<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=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<meta name="google-site-verification" content="RtqLc4ijYa_d4QEvD2fQo-XLiAlyThG1f4HeDcXX5eg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>