-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (46 loc) · 1.83 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="ko">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SRVRGZVZB1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-SRVRGZVZB1');
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="/favicon.png" sizes="32x32" />
<link rel="apple-touch-icon" href="/favicon.png" />
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pick-ple.com/" />
<meta property="og:site_name" content="pick-ple" />
<meta property="og:title" content="내가 PICK!한 경험과 지식으로 연결되는 곳" />
<meta
property="og:description"
content="내가 PICK!한 사람과 함께 하는 클래스 모임을 통해 원하는 가치를 나누어 보세요." />
<meta
property="og:image"
content="https://pickple-bucket.s3.ap-northeast-2.amazonaws.com/%E1%84%91%E1%85%B5%E1%86%A8%E1%84%91%E1%85%B3%E1%86%AF%E1%84%8B%E1%85%B5%E1%84%86%E1%85%B5%E1%84%8C%E1%85%B5.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>PICKPLE</title>
</head>
<body>
<div id="modal"></div>
<div id="root"></div>
<div id="toast"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>