前端添加网站图标及优化标签页标题

This commit is contained in:
2024-09-01 16:42:22 +08:00
parent 8515b0ce71
commit 4fd9252a2c
6 changed files with 15 additions and 20 deletions

View File

@@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="./src/assets/logo.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>特恩(TONE)</title>
</head>
<body>
<div id="app"></div>