From 3928a61fdabe2efe07bcd8bd3abbc60e2970729a Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 25 Nov 2025 22:02:41 +0300 Subject: [PATCH] Delete dist/index.html --- dist/index.html | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 dist/index.html diff --git a/dist/index.html b/dist/index.html deleted file mode 100644 index 86c5636..0000000 --- a/dist/index.html +++ /dev/null @@ -1,29 +0,0 @@ - - -
- - - -- The Aizawa attractor is a system of differential equations that generates a beautiful, chaotic trajectory. -
-
- Math:
- dx/dt = (z - b)x - dy
- dy/dt = dx + (z - b)y
- dz/dt = c + az - z³/3 - x² + fzx³
-
- Explore the chaos by rotating, zooming, or changing parameters. -
-