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.ng.html b/scouting/www/app.ng.html
index fb9ba26..d7c1b22 100644
--- a/scouting/www/app.ng.html
+++ b/scouting/www/app.ng.html
@@ -1,3 +1,5 @@
-<h1>
-  This is an app.
-</h1>
+<!--Progress Bar-->
+<!--<div class="row">
+  <h1 class="text-end">Match {{matchNumber}}, Team {{teamNumber}}</h1>
+</div>-->
+<app-entry></app-entry>
\ No newline at end of file