-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 1.5 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 1.5 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
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Reader — читайте научные статьи с AI внутри текста</title>
<meta name="description" content="Понимайте сложные статьи быстрее. AI-помощник прямо в тексте для объяснений, перевода, разбора формул. Без переключения вкладок." />
<meta name="author" content="AI Reader" />
<meta name="keywords" content="AI Reader, научные статьи, AI, чтение, исследования, PDF, формулы, ML, машинное обучение" />
<meta property="og:title" content="AI Reader — читайте научные статьи с AI внутри текста" />
<meta property="og:description" content="Понимайте сложные статьи быстрее. AI-помощник прямо в тексте для объяснений, перевода, разбора формул." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@dan0nchik" />
<meta name="twitter:image" content="/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>