-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.21 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.21 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BONBON - 굿게임</title>
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="BONBON - 굿게임" />
<meta property="og:description" content="소통이 어려운 커플들을 위한 갈등 중재 서비스" />
<meta property="og:image" content="/logo.svg" />
<meta property="og:url" content="https://goodgame-fe.snowfrost.kr" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="BONBON - 굿게임" />
<meta name="twitter:description" content="소통이 어려운 커플들을 위한 갈등 중재 서비스" />
<meta name="twitter:image" content="/logo.svg" />
<!-- 기타 메타 -->
<meta name="description" content="소통이 어려운 커플들을 위한 갈등 중재 서비스" />
<meta name="theme-color" content="#fc8080" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>