-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.04 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.04 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"
/>
<meta property="og:type" content="website" />
<meta
property="og:title"
content="<%= GROOM_FULLNAME %> ❤️ <%= BRIDE_FULLNAME %> 결혼합니다."
/>
<meta property="og:image" content="/preview_image.png" />
<meta property="og:url" content="%BASE_URL%/" />
<meta property="og:description" content="<%= DESCRIPTION %>" />
<link rel="preload" href="/MapoGoldenPierA.woff" as="font" crossorigin />
<link rel="preload" href="/AlluraRegular.woff" as="font" crossorigin />
<link rel="manifest" href="/manifest.json" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/font.css" />
<title><%= GROOM_FULLNAME %> ❤️ <%= BRIDE_FULLNAME %> 결혼합니다.</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>