mirror of
https://github.com/coaidev/coai.git
synced 2025-05-30 02:10:25 +09:00
19 lines
651 B
HTML
19 lines
651 B
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聊天">
|
|
<meta name="description" content="👋Chat Nio, lightweight ChatGPT chat site ">
|
|
<meta name="author" content="zmh-program">
|
|
<meta name="theme-color" content="#000000">
|
|
<meta itemprop="image" content="https://nio.fystart.cn/favicon.ico">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|