Unverified Commit 6318b509 authored by Bernardo Ferrari's avatar Bernardo Ferrari Committed by GitHub

Add favicon to web template (#88141)

parent b524270a
...@@ -26,6 +26,9 @@ ...@@ -26,6 +26,9 @@
<meta name="apple-mobile-web-app-title" content="{{projectName}}"> <meta name="apple-mobile-web-app-title" content="{{projectName}}">
<link rel="apple-touch-icon" href="icons/Icon-192.png"> <link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>{{projectName}}</title> <title>{{projectName}}</title>
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment