-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (78 loc) · 3.03 KB
/
Copy pathindex.html
File metadata and controls
83 lines (78 loc) · 3.03 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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!doctype html>
<html lang="ko">
<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" />
<meta name="theme-color" content="#0d1117" />
<style>
html {
background: #0d1117;
}
</style>
<!-- Primary Meta Tags -->
<title>jamsil — 출근길 매크로 & 시장 대시보드</title>
<meta name="title" content="jamsil — 출근길 매크로 & 시장 대시보드" />
<meta
name="description"
content="출근길에 한눈에 보는 미국 매크로 지표와 주요 지수·ETF 대시보드. 전일 대비, 전주 대비 변화율과 FRED·TradingView 바로가기 링크를 제공합니다."
/>
<meta
name="keywords"
content="jamsil, 잠실, 경제 대시보드, 매크로 지표, S&P500, NASDAQ, VIX, ETF, 출근길 대시보드, FRED, TradingView"
/>
<meta name="author" content="jamsil" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://dhslrl321.github.io/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dhslrl321.github.io/" />
<meta property="og:title" content="jamsil — 출근길 매크로 & 시장 대시보드" />
<meta
property="og:description"
content="출근길에 한눈에 보는 미국 매크로 지표와 주요 지수·ETF 대시보드."
/>
<meta property="og:site_name" content="jamsil" />
<meta property="og:locale" content="ko_KR" />
<!-- Twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://dhslrl321.github.io/" />
<meta property="twitter:title" content="jamsil — 출근길 매크로 & 시장 대시보드" />
<meta
property="twitter:description"
content="출근길에 한눈에 보는 미국 매크로 지표와 주요 지수·ETF 대시보드."
/>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M8HSLXGFMW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-M8HSLXGFMW');
</script>
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "jamsil",
"url": "https://dhslrl321.github.io/",
"description": "출근길에 보는 미국 매크로 지표 · 주요 지수 · 대표 ETF 모음 대시보드.",
"inLanguage": "ko-KR",
"applicationCategory": "FinanceApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "KRW"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>