added favicon
BIN
public/images/favicon.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/images/favicon180.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
public/images/favicon192.png
Normal file
After Width: | Height: | Size: 9 KiB |
BIN
public/images/favicon270.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/images/favicon32.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 6.9 KiB |
|
@ -6,6 +6,10 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>images/logo_fields.png">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<link rel="icon" href="<%= BASE_URL %>images/favicon32.png" sizes="32x32" />
|
||||
<link rel="icon" href="<%= BASE_URL %>images/favicon192.png" sizes="192x192" />
|
||||
<link rel="apple-touch-icon" href="<%= BASE_URL %>images/favicon180.png" />
|
||||
<meta name="msapplication-TileImage" content="<%= BASE_URL %>images/favicon270.png" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|