Deploy plotter to roborio

Change-Id: I801385933e5f5860d0fab0532896186cde92e389
Signed-off-by: James Kuszmaul <jabukuszmaul@gmail.com>
diff --git a/y2020/www/BUILD b/y2020/www/BUILD
index 8760fde..be3bfac 100644
--- a/y2020/www/BUILD
+++ b/y2020/www/BUILD
@@ -78,6 +78,7 @@
         ":camera_main_bundle",
         ":field_main_bundle",
         ":files",
+        "//frc971/analysis:plot_index_bundle.min.js",
     ],
     dir = "www",
     target_compatible_with = ["@platforms//os:linux"],
diff --git a/y2020/www/index.html b/y2020/www/index.html
index f9ceca2..a105832 100644
--- a/y2020/www/index.html
+++ b/y2020/www/index.html
@@ -1,6 +1,7 @@
 <html>
   <body>
     <a href="camera_viewer.html">Camera Viewer</a><br>
-    <a href="field.html">Field Visualization</a>
+    <a href="field.html">Field Visualization</a><br>
+    <a href="plotter.html">Plots</a>
   </body>
 </html>
diff --git a/y2020/www/plotter.html b/y2020/www/plotter.html
new file mode 100644
index 0000000..629ceaa
--- /dev/null
+++ b/y2020/www/plotter.html
@@ -0,0 +1,7 @@
+<html>
+  <head>
+    <script src="plot_index_bundle.min.js" defer></script>
+  </head>
+  <body>
+  </body>
+</html>