forked from FRONTENDSCHOOL8/cafeWhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 1.56 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
<!doctype html>
<html lang="ko-KR">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="국내 커피전문점 매장수 약 10만개인 카페공화국에서 개인의 취향과 요구에 맞는 카페를 찾아줄 수 있는 카페추천 웹 사이트"
/>
<meta
name="keywords"
content="카페, 커피, 분위기, 동물, 메이드, 인스타 갬성, 카페 추천"
/>
<meta name="author" content="9조요청" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="카페 추천 1등 - 카페어디" />
<meta property="og:title" content="카페어디" />
<meta
property="og:description"
content="국내 커피전문점 매장수 약 10만개인 카페공화국에서 개인의 취향과 요구에 맞는 카페를 찾아줄 수 있는 카페추천 웹 사이트"
/>
<meta property="og:image" content="/favicon.svg" />
<meta property="og:url" content="주소 파면 수정하기" />
<title>카페어디</title>
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=1942db773178fc09cf7193a95f2af284&libraries=services,clusterer,drawing"
></script>
<script type="module" src="/src/main.jsx"></script>
</head>
<body>
<noscript>이 앱을 사용하려면 자바스크립트 활성화가 필요합니다.</noscript>
<div id="root"></div>
</body>
</html>