-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 990 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="./src/index.css" />
<link
href="https://cdn.jsdelivr.net/npm/tailwindcss@^2.2/dist/tailwind.min.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/dist/quill.snow.css"
/>
<link rel="icon" type="image/ico" href="/src/img/favicon.ico" />
<!-- services와 clusterer, drawing 라이브러리 불러오기 -->
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=2c49e13924fe55c66d8bd22330bac487&libraries=services,clusterer,drawing"
></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
저기어때 | 해외여행, 호텔, 리조트, 캠핑, 펜션, 모텔, 풀빌라 예약
</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>