aboutsummaryrefslogtreecommitdiff
path: root/Server/wwwroot
diff options
context:
space:
mode:
Diffstat (limited to 'Server/wwwroot')
-rw-r--r--Server/wwwroot/css/main.css0
-rw-r--r--Server/wwwroot/index.html18
-rw-r--r--Server/wwwroot/scripts/main.ts8
-rw-r--r--Server/wwwroot/tsconfig.json8
4 files changed, 0 insertions, 34 deletions
diff --git a/Server/wwwroot/css/main.css b/Server/wwwroot/css/main.css
deleted file mode 100644
index e69de29..0000000
--- a/Server/wwwroot/css/main.css
+++ /dev/null
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 @@
-<!DOCTYPE html>
-<html>
-
-<head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>Page Title</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" type="text/css" media="screen" href="css/main.css">
- <script src="js/main.js"></script>
-</head>
-
-<body>
- <div class="app">
- </div>
-</body>
-
-</html> \ 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