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/entry/entry.component.css b/scouting/www/entry/entry.component.css
new file mode 100644
index 0000000..520b6d2
--- /dev/null
+++ b/scouting/www/entry/entry.component.css
@@ -0,0 +1,8 @@
+* {
+ margin: 10px;
+}
+
+textarea {
+ width: 300px;
+ height: 150px;
+}
\ No newline at end of file