fix: sitename title

This commit is contained in:
hamster1963
2024-12-02 10:51:47 +08:00
parent a58d95fdbb
commit ef8b0ed7ad
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NEZHA</title>
<script>
(function () {
const storageKey = "vite-ui-theme";
@@ -29,7 +30,6 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/font-logos@1/assets/font-logos.css"
/>
<title>NEZHA</title>
</head>
<body>
<div id="root"></div>