-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.33 KB
/
index.html
File metadata and controls
32 lines (31 loc) · 1.33 KB
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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="description" content="피부 진단 기반 맞춤 화장품 추천 서비스, BallaDream!" />
<meta property="og:title" content="BallaDream" />
<meta property="og:description" content="피부 상태에 맞는 맞춤형 화장품을 추천받아보세요." />
<meta name="keywords" content="피부 진단, 화장품 추천, 맞춤 화장품, BallaDream, 스킨케어 추천, AI 피부 분석" />
<meta name="author" content="BallaDream Team" />
<link rel="canonical" href="https://balladream.site" />
<meta property="og:image" content="/img/og_image.png" />
<meta property="og:url" content="https://balladream.site" />
<link rel="icon" type="image/svg+xml" href="/img/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BallaDream</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZE89B54DGN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-ZE89B54DGN');
</script>
</head>
<body>
<div id="root"></div>
<div id="modal-root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>