From abc2953532c9b2522c51683ba31e3168854fcf6b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 10 Feb 2019 23:28:22 +0000 Subject: Created basic test html file --- Server/wwwroot/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Server/wwwroot/index.html (limited to 'Server/wwwroot/index.html') diff --git a/Server/wwwroot/index.html b/Server/wwwroot/index.html new file mode 100644 index 0000000..8be3289 --- /dev/null +++ b/Server/wwwroot/index.html @@ -0,0 +1,14 @@ + + + + + + Page Title + + + + + +

test

+ + \ No newline at end of file -- cgit v1.2.3-13-gbd6f From 9d0351289ba040ddb788c45a05089271bdf4524e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 11 Feb 2019 15:45:18 +0000 Subject: Made div to hold main app, dynamic content will be placed in this --- Server/wwwroot/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Server/wwwroot/index.html') diff --git a/Server/wwwroot/index.html b/Server/wwwroot/index.html index 8be3289..28d4f8c 100644 --- a/Server/wwwroot/index.html +++ b/Server/wwwroot/index.html @@ -1,5 +1,6 @@ + @@ -8,7 +9,10 @@ + -

test

+
+
+ \ No newline at end of file -- cgit v1.2.3-13-gbd6f From 687b233da16ec91d275f60825530f4075859be45 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 11 Feb 2019 15:47:12 +0000 Subject: Setup proper links to scripts and css --- Server/wwwroot/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Server/wwwroot/index.html') diff --git a/Server/wwwroot/index.html b/Server/wwwroot/index.html index 28d4f8c..cd392d4 100644 --- a/Server/wwwroot/index.html +++ b/Server/wwwroot/index.html @@ -6,8 +6,8 @@ Page Title - - + + -- cgit v1.2.3-13-gbd6f