diff --git a/src/assets/image/logo.ico b/src/assets/image/logo.ico new file mode 100644 index 0000000000000000000000000000000000000000..e406a78f26db8439871a6536024a5116e3254951 Binary files /dev/null and b/src/assets/image/logo.ico differ diff --git a/src/index.html b/src/index.html index 1fb0dd3054267abb6149752fb87f1a1588e49f54..d5f6b515648528f4db91c4f9acd63bf5e88d2688 100644 --- a/src/index.html +++ b/src/index.html @@ -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>