20 lines
720 B
HTML
20 lines
720 B
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="description"
|
|
content="TradingAgents - Multi-Agents LLM Financial Trading Framework"
|
|
/>
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<title>TradingAgents - AI 거래 분석 플랫폼</title>
|
|
</head>
|
|
<body>
|
|
<noscript>JavaScript를 활성화해야 이 앱을 실행할 수 있습니다.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html> |