From 259befc9a58da44d82a3101504ba805a2957949e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 27 Feb 2025 11:15:18 +0100 Subject: Refactor but still no dice --- src/components/IsometricBackground.astro | 83 ++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 src/components/IsometricBackground.astro (limited to 'src/components/IsometricBackground.astro') diff --git a/src/components/IsometricBackground.astro b/src/components/IsometricBackground.astro new file mode 100644 index 0000000..68c6205 --- /dev/null +++ b/src/components/IsometricBackground.astro @@ -0,0 +1,83 @@ +--- +// Isometric Background Component +--- + +
+

Isometric Triangles

+
+ + -- cgit v1.3.1