修改网页名称,添加标头图标
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/src/assets/正方形LOGO.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>问卷调查系统</title>
|
||||
<title>宝来威天问平台</title>
|
||||
<meta name="description" content="功能完善的在线问卷调查系统,支持多种题型、随机抽题、免注册答题等特性" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -129,7 +129,7 @@ const HomePage = () => {
|
||||
<Card className="shadow-xl border-t-4 border-t-mars-500">
|
||||
<div className="text-center mb-8">
|
||||
<Title level={2} className="text-mars-600 !mb-2">
|
||||
问卷调查系统
|
||||
宝来威天问平台
|
||||
</Title>
|
||||
<p className="text-gray-500">
|
||||
请填写您的基本信息开始答题
|
||||
|
||||
Reference in New Issue
Block a user