-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
40 lines (40 loc) · 1.33 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" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css"
/>
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"
/>
<link rel="icon" href="/assets/favicon.ico" />
<title>서울팝</title>
<!-- ar.js -->
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
<script
type="text/javascript"
src="https://raw.githack.com/AR-js-org/AR.js/master/three.js/build/ar-threex-location-only.js"
></script>
<script
type="text/javascript"
src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"
></script>
</head>
<body>
<div id="root"></div>
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=%VITE_KAKAO_JAVASCRIPT_KEY%&libraries=services,clusterer&autoload=false"
></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>