Add favicon to web template (#88141)
This commit is contained in:
parent
b524270af1
commit
6318b5096c
@ -26,6 +26,9 @@
|
||||
<meta name="apple-mobile-web-app-title" content="{{projectName}}">
|
||||
<link rel="apple-touch-icon" href="icons/Icon-192.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" href="favicon.png"/>
|
||||
|
||||
<title>{{projectName}}</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user