-
Notifications
You must be signed in to change notification settings - Fork 405
/
index.html
23 lines (23 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/speechgpt.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="SpeechGPT is a web application that enables you to converse with ChatGPT. You can utilize this app to improve your language speaking skills or simply have fun chatting with ChatGPT." />
<meta name="keywords" content="SpeechGPT, ChatGPT, chat, practice speaking, conversation, chatbot" />
<meta property="og:title" content="SpeechGPT" />
<meta property="og:description" content="SpeechGPT is a web application that enables you to converse with ChatGPT. You can utilize this app to improve your language speaking skills or simply have fun chatting with ChatGPT." />
<meta property="og:image" content="https://speechgpt.app/speechgpt.svg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://speechgpt.app" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="zh_CN" />
<meta property="og:locale:alternate" content="es_ES" />
<title>SpeechGPT</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>