diff --git a/Weather-App/.gitignore b/Weather-App/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/Weather-App/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/Weather-App/app.js b/Weather-App/app.js index beddd2a..33010e4 100644 --- a/Weather-App/app.js +++ b/Weather-App/app.js @@ -38,4 +38,4 @@ app.listen(5000, function () { console.log("server started at port : 5000"); }); - +app.use('/static', express.static('static')) diff --git a/Weather-App/index.html b/Weather-App/index.html index b8cf8d5..ec05231 100644 --- a/Weather-App/index.html +++ b/Weather-App/index.html @@ -4,16 +4,21 @@