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/BUILD b/scouting/www/BUILD
index aa2ad7b..39246d8 100644
--- a/scouting/www/BUILD
+++ b/scouting/www/BUILD
@@ -14,12 +14,14 @@
     ]),
     angular_assets = glob([
         "*.ng.html",
+        "*.css",
     ]),
     compiler = "//tools:tsc_wrapped_with_angular",
     target_compatible_with = ["@platforms//cpu:x86_64"],
     use_angular_plugin = True,
     visibility = ["//visibility:public"],
     deps = [
+        "//scouting/www/entry",
         "@npm//@angular/animations",
         "@npm//@angular/common",
         "@npm//@angular/core",