diff --git a/README.md b/README.md index 56216d7..3c7558b 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# nodejs \ No newline at end of file +# nodejs diff --git a/index.js b/index.js index 357271f..6ddccea 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const PORT = 3000; app.use(express.static('public')); app.get('/', (req, res) => { - res.send('Hello World!'); + res.send('Hello World 1!'); }); app.listen(PORT, () => console.log(`Server listening on port: ${PORT}`)); diff --git a/public/index.html b/public/index.html index 8a4c6eb..c79856c 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,6 @@
-
+
-