From ea9735be6ae941f7041eaa0bb1c5fa6ca58c86e1 Mon Sep 17 00:00:00 2001 From: Oyinlade Ojesanmi Date: Sat, 21 Aug 2021 19:40:27 +0100 Subject: [PATCH] Javascript coding challenge at Tiidelab --- chess.html | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ fizz.html | 32 ++++++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 chess.html create mode 100644 fizz.html diff --git a/chess.html b/chess.html new file mode 100644 index 0000000..0e011d0 --- /dev/null +++ b/chess.html @@ -0,0 +1,71 @@ + + + + + + + + Document + + + + + + + + + + \ No newline at end of file diff --git a/fizz.html b/fizz.html new file mode 100644 index 0000000..702298d --- /dev/null +++ b/fizz.html @@ -0,0 +1,32 @@ + + + + + + + Document + + + + + + + + \ No newline at end of file