-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 938 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta name="naver-site-verification" content="ac92a94323f03c503be86dbe102000e2740dfdfc" />
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon_v2.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon_v2.png" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<!-- 포트원 v1 SDK -->
<script src="https://cdn.portone.io/v2/browser-sdk.js"></script>
<!-- 카카오 공유 -->
<script src="https://t1.kakaocdn.net/kakao_js_sdk/2.7.2/kakao.min.js" crossorigin="anonymous"></script>
<title>프롬프트 플레이스</title>
</head>
<body>
<div id="root"></div>
<div id="portal-root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>