-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (40 loc) · 1.08 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
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="theme-color" content="#ffffff" />
<link
rel="preload"
href="/src/styles/fonts/SpoqaHanSansNeo-Regular.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link
rel="apple-touch-icon"
href="icons/icon-152x152.png"
sizes="152x152"
/>
<link
rel="apple-touch-icon"
href="icons/icon-152x152.png"
sizes="152x152"
/>
<link rel="manifest" href="manifest.json" />
<meta
name="viewport"
content="height=device-height, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>부림이</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script
type="text/javascript"
strategy="beforeInteractive"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=%VITE_KAKAOMAP_API_KEY%&libraries=services,clusterer,drawing"
></script>
</body>
</html>