polish frontend metadata

This commit is contained in:
2026-05-03 16:54:34 +08:00
parent 83a9bdcbf4
commit 9a67748172
2 changed files with 4 additions and 2 deletions

View File

@@ -3,11 +3,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Google AI Studio App</title>
<link rel="icon" type="image/png" href="/logo_square.png" />
<link rel="apple-touch-icon" href="/logo_square.png" />
<title>头部CT变形平台</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>