Add basic scouting web page

This patch adds a basic web page. Ishan did the vast majority of the
work here. Future patches will integrate it with the rest of the
scouting web server.

Change-Id: I467bd16caade9c987022600c2b63e9fad20da1a3
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Signed-off-by: Ishan Katpally <100026402@mvla.net>
Signed-off-by: Alex Perry <alex.perry96@gmail.com>
diff --git a/scouting/www/app.ts b/scouting/www/app.ts
index f6247d3..c9d5ca1 100644
--- a/scouting/www/app.ts
+++ b/scouting/www/app.ts
@@ -5,4 +5,6 @@
   templateUrl: './app.ng.html',
 })
 export class App {
+  matchNumber: number = 1; //placeholder
+  teamNumber: number = 971; //placeholder
 }