-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 1.28 KB
/
index.html
File metadata and controls
27 lines (23 loc) · 1.28 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="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Simudaq</title>
<meta name="description" content="리스크 없이 배우는 주식 투자의 첫걸음. 가상 자금으로 실제 한국 주식 시장을 경험하세요." />
<meta name="author" content="Simudaq - 주식 모의투자" />
<meta name="keywords" content="모의투자, 주식, 한국주식, 투자연습, 가상투자, 주식공부" />
<meta property="og:title" content="Simudaq - 한국 주식 모의 투자 플랫폼" />
<meta property="og:description" content="리스크 없이 배우는 주식 투자의 첫걸음. 가상 자금으로 실제 한국 주식 시장을 경험하세요." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@simudaq" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<link rel="canonical" href="https://simudaq.com" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>