From ad4b748239a24156075123cb8857cb8f6991f8c1 Mon Sep 17 00:00:00 2001 From: jim-clark Date: Fri, 26 Jul 2019 10:17:23 -0700 Subject: [PATCH] Add circles --- index.html | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- js/main.js | 13 +++++++++++++ 2 files changed, 64 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2c48cd7..7511d45 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,56 @@ - +

CONNECT FOUR

+

+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/js/main.js b/js/main.js index e69de29..bd1bdc5 100644 --- a/js/main.js +++ b/js/main.js @@ -0,0 +1,13 @@ +/*----- constants -----*/ + + +/*----- app's state (variables) -----*/ + + +/*----- cached element references -----*/ + + +/*----- event listeners -----*/ + + +/*----- functions -----*/ \ No newline at end of file