diff options
author | Mateja <mail@matejamaric.com> | 2021-07-25 17:56:27 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-07-25 17:56:27 +0200 |
commit | 24f23dcf295e860769d5a99e179c669b5c09aaac (patch) | |
tree | ae13ea0a6991056549180d2fbfd2201544a50b5d /client | |
parent | ba0dfd3622d5a72b07fc1085b235383b20a6f9b1 (diff) | |
download | mevn-ecommerce-24f23dcf295e860769d5a99e179c669b5c09aaac.tar.gz mevn-ecommerce-24f23dcf295e860769d5a99e179c669b5c09aaac.zip |
Add favicon and change html title.
Diffstat (limited to 'client')
-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> |