-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (50 loc) · 2.04 KB
/
index.html
File metadata and controls
53 lines (50 loc) · 2.04 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
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="좋은 팀원과 좋은 프로젝트를, ToGather" />
<link rel="icon" href="/src/assets/logo.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,500;1,400;1,500&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css?family=Jua:400" rel="stylesheet" />
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=3e4c89d43e17a54c3eb28e61ba856bc0&libraries=services,clusterer"
></script>
<title>ToGather</title>
</head>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="좋은 팀원과 좋은 프로젝트를, ToGather" />
<link rel="icon" href="/src/assets/6gKLltG2.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,500;1,400;1,500&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css?family=Jua:400" rel="stylesheet" />
<script
type="text/javascript"
src="https://static.nid.naver.com/js/naveridlogin_js_sdk_2.0.0.js"
charset="utf-8"
></script>
<script src="https://accounts.google.com/gsi/client"></script>
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=3e4c89d43e17a54c3eb28e61ba856bc0&libraries=services,clusterer"
></script>
<title>ToGather</title>
</head>
<body>
<div id="root"></div>
<div id="modal"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>