forked from FRONTENDSCHOOL6/13est-place
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 914 Bytes
/
index.html
File metadata and controls
25 lines (22 loc) · 914 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
25
<!doctype html>
<html lang="ko-kr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Best Place</title>
<meta property="og:title" content="Best Place" />
<meta property="og:description" content="식당리뷰 커뮤니티" />
<meta property="og:image" content="/public/logo.svg" />
<link rel="icon" type="image/svg+xml" href="/public/logo.svg" />
<link href="https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css" rel="stylesheet" />
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=6445e6bf180f2f93df949c1f5ef116eb&libraries=services"
></script>
<script type="module" src="/src/main.jsx"></script>
</head>
<body>
<noscript>이 앱은 JavaScript 활성화가 필요합니다.</noscript>
<div id="root"></div>
</body>
</html>