update at 2026-02-07 16:27:06

This commit is contained in:
douboer@gmail.com
2026-02-07 16:27:06 +08:00
parent 66da32f2ad
commit 27c1577095
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,10 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<link rel="mask-icon" href="/favicon.svg" color="#9b6bc2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Font2SVG - 字体转SVG工具</title>
</head>