aboutsummaryrefslogtreecommitdiff
path: root/Server
diff options
context:
space:
mode:
Diffstat (limited to 'Server')
-rw-r--r--Server/wwwroot/scripts/main.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/Server/wwwroot/scripts/main.ts b/Server/wwwroot/scripts/main.ts
index e69de29..77a80d3 100644
--- a/Server/wwwroot/scripts/main.ts
+++ b/Server/wwwroot/scripts/main.ts
@@ -0,0 +1,8 @@
+var root = document.getElementsByClassName('app');
+
+class Article {
+ Title: HTMLElement;
+ Description: string;
+ ArticleLink: string;
+ Image: HTMLElement;
+} \ No newline at end of file