From faf7150b5ff5de8d99c6ad495d53b10bcae3f7e3 Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Mon, 18 Apr 2022 15:34:50 +0200 Subject: feat: Remove WIP and add favicon --- www/favicon.ico | Bin 0 -> 2790 bytes www/index.html | 2 +- www/webpack.config.js | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 www/favicon.ico (limited to 'www') diff --git a/www/favicon.ico b/www/favicon.ico new file mode 100644 index 0000000..68ae661 Binary files /dev/null and b/www/favicon.ico differ diff --git a/www/index.html b/www/index.html index 0b4a5b5..8b67392 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,7 @@ - [WIP] Password generator + Password generator
diff --git a/www/webpack.config.js b/www/webpack.config.js index 98cfec8..445b6e2 100644 --- a/www/webpack.config.js +++ b/www/webpack.config.js @@ -9,6 +9,6 @@ module.exports = { }, mode: "development", plugins: [ - new CopyWebpackPlugin(['index.html', 'bulma.min.css']) + new CopyWebpackPlugin(['index.html', 'bulma.min.css', 'favicon.ico']) ], }; -- cgit v1.2.3