diff --git a/index.js b/index.js
index 5645b9f..20ec200 100644
--- a/index.js
+++ b/index.js
@@ -20,6 +20,7 @@ const CssFilterConverter = require('css-filter-converter');
 // const createApplication = require('express/lib/express');
 // const { render } = require('express/lib/response');
 const app = express();
+app.use(favicon(path.join(__dirname, 'public', 'favicon.ico')))
 
 // const {
 //     pathToFileURL
diff --git a/public/img/favicon.ico b/public/img/favicon.ico
new file mode 100644
index 0000000..75887e3
Binary files /dev/null and b/public/img/favicon.ico differ