21 lines
661 B
HTML
21 lines
661 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="연구QA Chatbot - AI 기반 연구 문서 분석 도우미"
|
|
/>
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<title>연구QA Chatbot</title>
|
|
</head>
|
|
<body>
|
|
<noscript>JavaScript를 활성화해주세요.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|