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