From 4e21482bf6dd987f1df5f25743bd935986fdbd8e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 18 Feb 2019 16:48:34 +0000 Subject: Moved wwwroot to it's own folder --- Main/wwwroot/css/main.css | 0 Main/wwwroot/index.html | 18 ------------------ Main/wwwroot/scripts/main.ts | 8 -------- Main/wwwroot/tsconfig.json | 8 -------- 4 files changed, 34 deletions(-) delete mode 100644 Main/wwwroot/css/main.css delete mode 100644 Main/wwwroot/index.html delete mode 100644 Main/wwwroot/scripts/main.ts delete mode 100644 Main/wwwroot/tsconfig.json (limited to 'Main/wwwroot') diff --git a/Main/wwwroot/css/main.css b/Main/wwwroot/css/main.css deleted file mode 100644 index e69de29..0000000 diff --git a/Main/wwwroot/index.html b/Main/wwwroot/index.html deleted file mode 100644 index cd392d4..0000000 --- a/Main/wwwroot/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - Page Title - - - - - - -
-
- - - \ No newline at end of file diff --git a/Main/wwwroot/scripts/main.ts b/Main/wwwroot/scripts/main.ts deleted file mode 100644 index 77a80d3..0000000 --- a/Main/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/Main/wwwroot/tsconfig.json b/Main/wwwroot/tsconfig.json deleted file mode 100644 index 89d01c4..0000000 --- a/Main/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