From c32244676379c7f23429446c574f19832518226e Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 9 Aug 2023 02:40:25 +0100 Subject: Initial commit --- index.php | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..0f844e9 --- /dev/null +++ b/index.php @@ -0,0 +1,146 @@ + + + + + + + + cellgrid + + + + + + +
+ +
+ + "); + for($y = 0; $y < $GRID_SIZE; ++$y) { + $id = "$x,$y"; + $color = $grid[$x][$y]; + echo ""; + } + echo(""); + } + ?> +
"; + echo ""; + echo ""; + echo ""; + echo ""; + echo "
+
+ +
+ Select Color: +
+ + +
+
+ + -- cgit v1.2.1