forked from Leets-Official/Fling-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 911 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<title>Fling</title>
<meta
name="description"
content="축하하는 마음을 담은 편지와 함께 꽃 한송이를 선물해보세요."
charset="UTF-8"
/>
<link rel="icon" type="image/svg+xml" href="/fling.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://fling.today/" />
<meta property="og:title" content="Fling" />
<meta
property="og:description"
content="축하하는 마음을 담은 편지와 함께 꽃 한송이를 선물해보세요."
/>
<meta property="og:site_name" content="Fling" />
<meta property="og:image" content="./fling-og.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>