-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
70 lines (70 loc) · 2.42 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1"
/>
<meta name="title" content="픽플" />
<meta
name="description"
content="농구 인원 모집과 참여 신청, 크루 운영까지! 픽플(pickple)을 이용해보세요!"
/>
<meta name="theme-color" content="#E5E7EB" />
<meta
name="keywords"
content="픽플, pickple, 농구, 농구 경기, 농구 동아리, 농구 게스트, 농구 게스트 모집, 농구 크루, 농구 크루 운영"
/>
<meta http-equiv="generator" content="Visual Studio Code" />
<meta property="og:type" content="website" />
<meta property="og:title" content="픽플" />
<meta property="og:url" content="https://pickple.kr" />
<meta
property="og:description"
content="농구 인원 모집과 참여 신청, 크루 운영까지! 픽플(pickple)을 이용해보세요!"
/>
<meta property="og:image" content="/og_image.svg" />
<meta property="og:locale" content="ko_KR" />
<meta name="robots" content="All" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/touch_icon.png" />
<link rel="shortcut icon" href="/touch_icon.png" />
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css"
rel="stylesheet"
/>
<link
rel="preload"
as="font"
type="font/woff2"
crossorigin
href="https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2"
/>
<link
rel="preload"
as="font"
type="font/woff2"
crossorigin
href="https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2"
/>
<link
rel="preload"
as="font"
type="font/woff2"
crossorigin
href="https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2"
/>
<title>픽플</title>
</head>
<body>
<div id="root"></div>
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=bbbe0b7ffa94538537edc4f06caa9892&autoload=false&libraries=services,clusterer"
></script>
<script type="module" src="/src/main.tsx"></script>
<script src="//t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script>
</body>
</html>