From be0731df123cc6fd61de8a6664111cb420456e95 Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Tue, 21 Oct 2025 11:17:16 -0400 Subject: [PATCH] Basic HTML Structure, to be filled out --- index.html | 46 +++++++++++++++++++++++++++++++++++++++++ style.css => styles.css | 0 2 files changed, 46 insertions(+) rename style.css => styles.css (100%) diff --git a/index.html b/index.html index e69de29..51e337c 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,46 @@ + + + + + + + Swerve Drive Visualizer + + + + +
+

Swerve Drive Movement Visualizer

+

Interactive simulation of a swerve drive robot with configurable size, speeds, and number of wheels

+
+
+
+

Robot Visualization

+ +
+ +
+

Drive Controls

+ +
+
+

Robot Configuration

+ +
+
+

Module States

+ +
+
+

About This Project

+
+ How To Use +
+
+ Explaination of Swerve Kinematics +
+
+
+ + + \ No newline at end of file diff --git a/style.css b/styles.css similarity index 100% rename from style.css rename to styles.css