Move AOS Starter Web Page to frc971 folder

Signed-off-by: Nikolai Sohmers <nikolai@sohmers.com>
Change-Id: I1c14eb6598a9e48e82ef6ac05fc57f094c2f3124
diff --git a/y2024/www/BUILD b/y2024/www/BUILD
index 6b751ed..b9bf06a 100644
--- a/y2024/www/BUILD
+++ b/y2024/www/BUILD
@@ -56,39 +56,13 @@
     ],
 )
 
-ts_project(
-    name = "starter_main",
-    srcs = [
-        "starter_handler.ts",
-        "starter_main.ts",
-    ],
-    target_compatible_with = ["@platforms//os:linux"],
-    deps = [
-        "//aos/network:connect_ts_fbs",
-        "//aos/network:message_bridge_client_ts_fbs",
-        "//aos/network/www:proxy",
-        "//aos/starter:starter_ts_fbs",
-        "@com_github_google_flatbuffers//ts:flatbuffers_ts",
-    ],
-)
-
-rollup_bundle(
-    name = "starter_main_bundle",
-    entry_point = "starter_main.ts",
-    target_compatible_with = ["@platforms//os:linux"],
-    visibility = ["//y2024:__subpackages__"],
-    deps = [
-        ":starter_main",
-    ],
-)
-
 aos_downloader_dir(
     name = "www_files",
     srcs = [
         ":field_main_bundle.min.js",
         ":files",
-        ":starter_main_bundle.min.js",
         "//frc971/analysis:plot_index_bundle.min.js",
+        "//frc971/www:starter_main_bundle.min.js",
     ],
     dir = "www",
     target_compatible_with = ["@platforms//os:linux"],