-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b8919f
commit d02668a
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
<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="keywords" content="ChatGPT, AI聊天, ChatNio, chatnio"> | ||
<meta name="description" content="👋 Chat Nio, lightweight Web ChatGPT chat site 👋 Chat Nio, 一个轻量级的联网版 AI 聊天网站"> | ||
<meta name="author" content="zmh-program"> | ||
<meta name="theme-color" content="#000000"> | ||
<meta itemprop="image" content="https://nio.fystart.cn/favicon.ico"> | ||
<meta itemprop="image" content="https://chatnio.net/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"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" rel="stylesheet"> | ||
<link href="https://open.lightxi.com/fonts/Andika" rel="stylesheet"> | ||
<link href="https://open.lightxi.com/fonts/Jetbrains-Mono" rel="stylesheet"> | ||
<link href="https://open.lightxi.com/jsdelivr/npm/[email protected]/dist/katex.min.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
|