From 6b7d12e42c14dcf6f306e57703e4cd0894102ef6 Mon Sep 17 00:00:00 2001 From: shagufta12 Date: Sun, 25 Sep 2016 22:07:12 +0530 Subject: [PATCH 01/10] [imad-console] Updates ui/index.html --- ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/index.html b/ui/index.html index 5a28644db4..83b2392c77 100644 --- a/ui/index.html +++ b/ui/index.html @@ -9,7 +9,7 @@
- Hi! I am your webapp. + hii i am shagufta it is my first app!
From 08ceb2c0a1c9415acc165704f00410025522b73f Mon Sep 17 00:00:00 2001 From: shagufta12 Date: Sun, 25 Sep 2016 22:11:29 +0530 Subject: [PATCH 02/10] [imad-console] Updates ui/index.html --- ui/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/index.html b/ui/index.html index 83b2392c77..ae2d6a6ae6 100644 --- a/ui/index.html +++ b/ui/index.html @@ -9,6 +9,7 @@
+ welcome to web app. hii i am shagufta it is my first app!
From 4423e2a5c6a2dcf2525b6e56ba7ac9071c36951e Mon Sep 17 00:00:00 2001 From: shagufta12 Date: Tue, 27 Sep 2016 08:36:53 +0530 Subject: [PATCH 06/10] Create article-one.html --- ui/article-one.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ui/article-one.html diff --git a/ui/article-one.html b/ui/article-one.html new file mode 100644 index 0000000000..9eed5720e4 --- /dev/null +++ b/ui/article-one.html @@ -0,0 +1,3 @@ + + + From 5014e0e3e47313e6644b9819118ec25fdf0a4de5 Mon Sep 17 00:00:00 2001 From: shagufta12 Date: Tue, 27 Sep 2016 08:37:58 +0530 Subject: [PATCH 07/10] [imad-console] Updates server.js --- server.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server.js b/server.js index 3d5cece3ab..09ddd6e589 100644 --- a/server.js +++ b/server.js @@ -8,7 +8,9 @@ app.use(morgan('combined')); app.get('/', function (req, res) { res.sendFile(path.join(__dirname, 'ui', 'index.html')); }); - +app.get('/', function (req, res) { + res.sendFile(path.join(__dirname, 'ui', 'article-one.html')); +}); app.get('/ui/style.css', function (req, res) { res.sendFile(path.join(__dirname, 'ui', 'style.css')); }); From d77439d60dac0f6160bed11b036ef5b764b735fa Mon Sep 17 00:00:00 2001 From: shagufta12 Date: Tue, 27 Sep 2016 08:41:46 +0530 Subject: [PATCH 08/10] [imad-console] Updates ui/article-one.html --- ui/article-one.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ui/article-one.html b/ui/article-one.html index 9eed5720e4..1c1c38bb50 100644 --- a/ui/article-one.html +++ b/ui/article-one.html @@ -1,3 +1,14 @@ + - + + + Article one + + + + Home +
+

This is first article

+
+ From 61a7635ee5eecc99ad9040de2f2fb05919c415d3 Mon Sep 17 00:00:00 2001 From: shagufta12 Date: Tue, 27 Sep 2016 08:44:16 +0530 Subject: [PATCH 09/10] [imad-console] Updates server.js --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 09ddd6e589..350d061410 100644 --- a/server.js +++ b/server.js @@ -8,7 +8,7 @@ app.use(morgan('combined')); app.get('/', function (req, res) { res.sendFile(path.join(__dirname, 'ui', 'index.html')); }); -app.get('/', function (req, res) { +app.get('/article-one', function (req, res) { res.sendFile(path.join(__dirname, 'ui', 'article-one.html')); }); app.get('/ui/style.css', function (req, res) { From 5551cfade8d711dcf48cd3a8eb84115a80fc3dc5 Mon Sep 17 00:00:00 2001 From: shagufta12 Date: Tue, 27 Sep 2016 08:46:38 +0530 Subject: [PATCH 10/10] [imad-console] Updates ui/article-one.html --- ui/article-one.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/article-one.html b/ui/article-one.html index 1c1c38bb50..0d72ede20d 100644 --- a/ui/article-one.html +++ b/ui/article-one.html @@ -10,5 +10,11 @@

This is first article

+
+ 27 sept 2016 +
+
+

This is first article of shagufta

+