feat: add favicon

This commit is contained in:
GyDi 2021-12-12 00:38:44 +08:00
parent 5cfe5a4939
commit 3be2f5c404
2 changed files with 5 additions and 0 deletions

BIN
src/assets/image/logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -2,6 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="shortcut icon"
href="./assets/image/logo.ico"
type="image/x-icon"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Clash Verge</title>
</head>