mirror of
https://github.com/coaidev/coai.git
synced 2025-05-22 06:20:14 +09:00
21 lines
831 B
HTML
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>
|