diff --git a/src/app.js b/src/app.js index e448df2..487e91a 100644 --- a/src/app.js +++ b/src/app.js @@ -22,7 +22,7 @@ app.use(express.static(publicDirectoryPath)) app.get('', (req, res) => { res.render('index', { - title: 'Weather', + title: 'Weather winter', name: 'Prateek Shukla' }) })