File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
< html data-theme ="default " lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- < link rel ="icon " href ="/favicon.ico ">
5
+ < meta name ="apple-mobile-web-app-capable " content ="yes ">
6
+ < meta name ="mobile-web-app-capable " content ="yes ">
7
+ < meta name ="mobile-web-app-status-bar-style " content ="black-translucent " >
8
+ < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
9
+ < meta name ="theme-color " content ="#ffffff ">
6
10
< meta name ="description " content ="Vue3 Template ">
11
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=no ">
12
+ < link rel ="icon " href ="/favicon.ico ">
7
13
< link rel ="apple-touch-icon " href ="/apple-touch-icon.png " sizes ="180x180 ">
8
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
9
14
< link rel ="mask-icon " href ="/favicon-dark.svg " color ="#FFFFFF ">
10
- < meta name ="theme-color " content ="#ffffff ">
11
15
< title > Vite App</ title >
12
16
</ head >
13
17
< body >
You can’t perform that action at this time.
0 commit comments