coai/app/index.html
2023-09-08 11:00:07 +08:00

23 lines
1.0 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chat Nio</title>
<meta name="keywords" content="Chat, ChatGPT, AI聊天, Web ChatGPT">
<meta name="description" content="👋 Chat Nio, lightweight Web ChatGPT chat site 👋 Chat Nio, 一个轻量级的联网版 ChatGPT AI 聊天网站">
<meta name="author" content="zmh-program">
<meta name="theme-color" content="#000000">
<meta itemprop="image" content="https://nio.fystart.cn/favicon.ico">
<meta name="baidu-site-verification" content="codeva-TJkbi40ZBi" />
<link href="https://fonts.googlefonts.cn/css?family=Andika" rel="stylesheet">
<link href="https://cdn.zmh-program.site/fonts/jetbrains-mono.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run chat nio.</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>