-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 1.17 KB
/
index.html
File metadata and controls
27 lines (26 loc) · 1.17 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon/favicon.ico" sizes="any" />
<link rel="icon" href="/favicon/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png" />
<link rel="mask-icon" href="/src/assets/images/favicon/safari-pinned-tab.svg" color="#0D9488" />
<link rel="manifest" href="/src/assets/images/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>트레들리 | 체계적인 투자 전략 플랫폼</title>
<meta property="og:title" content="트레들리 | 체계적인 투자 전략 플랫폼" />
<meta
property="og:description"
content="트레들리는 체계적이고 효율적인 투자 전략을 제공합니다. 지금 바로 시작해 보세요!"
/>
<meta property="og:image" content="/og/og.png" />
<meta property="og:url" content="https://www.tradely.co.kr" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<div id="modal-root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>