-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 1.54 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 1.54 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
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" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="츄즈" />
<meta property="og:url" content="https://www.chooz.site" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="츄즈" />
<meta
property="og:description"
content="고민될 땐 츄즈! 사람들의 생각을 투표로 확인하고, 내 고민을 재미있게 공유하고 기록하세요."
/>
<meta property="og:image" content="https://cdn.chooz.site/opengraph.png" />
<meta
name="keywords"
content="투표 앱,결정 도와주는 앱,고민,SNS 투표,커뮤니티,SNS,투표공유,츄즈,선택 앱,추천 앱"
/>
<title>츄즈</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script
src="https://t1.kakaocdn.net/kakao_js_sdk/2.7.4/kakao.min.js"
integrity="sha384-DKYJZ8NLiK8MN4/C5P2dtSmLQ4KwPaoqAfyA/DfmEc1VDxu4yyC7wy6K1Hs90nka"
crossorigin="anonymous"
></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-E7XGKV9GNF"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-E7XGKV9GNF', {
debug_mode: true,
});
</script>
</body>
</html>