From 92e5978cf1cf54ff587ee93dcbcb5f5dc05ea55c Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 18 Feb 2019 16:44:35 +0000 Subject: Deleted main console program, and moved server to main --- Server/wwwroot/css/main.css | 0 Server/wwwroot/index.html | 18 ------------------ Server/wwwroot/scripts/main.ts | 8 -------- Server/wwwroot/tsconfig.json | 8 -------- 4 files changed, 34 deletions(-) delete mode 100644 Server/wwwroot/css/main.css delete mode 100644 Server/wwwroot/index.html delete mode 100644 Server/wwwroot/scripts/main.ts delete mode 100644 Server/wwwroot/tsconfig.json (limited to 'Server/wwwroot') diff --git a/Server/wwwroot/css/main.css b/Server/wwwroot/css/main.css deleted file mode 100644 index e69de29..0000000 diff --git a/Server/wwwroot/index.html b/Server/wwwroot/index.html deleted file mode 100644 index cd392d4..0000000 --- a/Server/wwwroot/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - Page Title - - - - - - -
-
- - - \ No newline at end of file diff --git a/Server/wwwroot/scripts/main.ts b/Server/wwwroot/scripts/main.ts deleted file mode 100644 index 77a80d3..0000000 --- a/Server/wwwroot/scripts/main.ts +++ /dev/null @@ -1,8 +0,0 @@ -var root = document.getElementsByClassName('app'); - -class Article { - Title: HTMLElement; - Description: string; - ArticleLink: string; - Image: HTMLElement; -} \ No newline at end of file diff --git a/Server/wwwroot/tsconfig.json b/Server/wwwroot/tsconfig.json deleted file mode 100644 index 89d01c4..0000000 --- a/Server/wwwroot/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "compilerOptions": { - "module": "commonjs", - "target": "esnext", - "sourceMap": true, - "outDir": "js/" - } -} \ No newline at end of file -- cgit v1.2.3-13-gbd6f