diff options
-rw-r--r-- | client/public/favicon.ico | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | client/public/index.html | 10 |
2 files changed, 4 insertions, 6 deletions
diff --git a/client/public/favicon.ico b/client/public/favicon.ico Binary files differnew file mode 100644 index 0000000..c937f36 --- /dev/null +++ b/client/public/favicon.ico diff --git a/client/public/index.html b/client/public/index.html index bba7438..dbd4572 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -5,17 +5,15 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> - <!--<link rel="icon" href="<%= BASE_URL %>favicon.ico">--> - <title> - <%= htmlWebpackPlugin.options.title %> - </title> + <link rel="icon" href="<%= BASE_URL %>favicon.ico"> + <title>MEVN Shop</title> </head> <body> <noscript> <strong> - We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. - Please enable it to continue. + We're sorry but MEVN Shop doesn't work properly without JavaScript enabled. + Please enable it to continue. </strong> </noscript> <div id="app"></div> |