ui: replace vite favicon with eagle icon, rename title to Tori

This commit is contained in:
Fam Zheng
2026-03-09 17:08:13 +00:00
parent 4c68ff36ee
commit 5eb6f9aaab
5 changed files with 3 additions and 3 deletions

View File

@@ -2,9 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>web</title>
<title>Tori</title>
</head>
<body>
<div id="app"></div>