-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
26 lines (26 loc) · 1.29 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!--Open Graph-->
<meta property="og:title" content="Qtudy" />
<meta property="og:url" content="https://www.qtudy.com" />
<meta property="og:image"
content="https://github.com/capstone-five-ai/Qtudy-FE/assets/87255791/7baf8987-f3ae-4730-ac4e-f820d7c539bc" />
<meta property="og:type" content="website" />
<meta property="og:image:alt" content="AI-based Quiz and Summary Generation and Learning Service" />
<meta property="og:description"
content="AI 기반 퀴즈 및 요약정리 생성 및 학습 서비스, 큐터디" />
<meta property="og:site_name" content="Qtudy" />
<link rel="icon" type="image/svg+xml" href="/src/assets/logo/favicon.svg" />
<link rel="preload" href="https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css" as="style">
<link rel="stylesheet" href="https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="AI 기반 퀴즈 및 요약정리 생성 및 학습 서비스, 큐터디" />
<title>Qtudy</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>