From ebba353609da2605691e185246e9358be3f6be90 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 22:41:27 -0700 Subject: [PATCH] Add points --- index.html | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index beedf96..23174d2 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,10 @@ svg { background-color: darkgray; } + + circle { + fill: red; + } @@ -17,9 +21,46 @@ - + + + \ No newline at end of file