diff --git a/server.js b/server.js index 2e386d0b041..b2a96bcea63 100644 --- a/server.js +++ b/server.js @@ -12,7 +12,15 @@ app.get('/', function (req, res) { app.get('/ui/style.css', function (req, res) { res.sendFile(path.join(__dirname, 'ui', 'style.css')); }); - +app.get('/article-one', function(req,res){ +res.send('Article one will be served'); +}); +app.get('/article-two', function(req,res){ +res.send('Article two will be served'); +}); +app.get('/article-three', function(req,res){ +res.send('Article three will be served'); +}); app.get('/ui/madi.png', function (req, res) { res.sendFile(path.join(__dirname, 'ui', 'madi.png')); }); diff --git a/ui/index.html b/ui/index.html index 5a28644db45..ffefef93f79 100644 --- a/ui/index.html +++ b/ui/index.html @@ -9,8 +9,11 @@
- Hi! I am your webapp. + Hi! this is mohan!! welcome to my webapp.
+ diff --git a/ui/testing_1.html b/ui/testing_1.html new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/ui/testing_1.html @@ -0,0 +1 @@ +