coai/app/index.html
2023-07-22 11:48:56 +08:00

21 lines
831 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">
<link href="https://fonts.googlefonts.cn/css?family=Source+Sans+Pro" rel="stylesheet">
<link href="https://cdn.zmh-program.site/fonts/jetbrains-mono.css" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>