-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
57 lines (57 loc) · 1.64 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="preload"
href="/fonts/Pretendard-Bold.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="/fonts/Pretendard-SemiBold.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="/fonts/Pretendard-Medium.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>이약저약</title>
<meta name="author" content="엘리스 클라우드 트랙 1기 1팀" />
<meta
name="description"
content="현대인의 건강관리를 위한 영양제 추천 및 관리 서비스"
/>
<meta property="og:title" content="이약저약" />
<meta
property="og:description"
content="현대인의 건강관리를 위한 영양제 추천 및 관리 서비스"
/>
<meta
property="og:image"
content="http://ec2-54-180-121-206.ap-northeast-2.compute.amazonaws.com/favicon.ico"
/>
<meta
property="og:url"
content="http://ec2-54-180-121-206.ap-northeast-2.compute.amazonaws.com"
/>
<meta property="og:type" content="website" />
</head>
<body>
<div id="toast-root"></div>
<div id="modal-root"></div>
<div id="app-root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- <script src="https://openapi.map.naver.com/openapi/v3/maps.js?ncpClientId=tm1ukcwtsp&submodules=geocoder" defer /></script>
<script src="../thistthat_FE/public/naverCluster.js" defer ></script> -->
</body>
</html>