From 0bf2da125aafda14a703d60bfe4ebd4adac500f5 Mon Sep 17 00:00:00 2001 From: Abigael Anyanwu Date: Sun, 22 Aug 2021 01:40:35 +0100 Subject: [PATCH] coding challenge submission --- chessboard.html | 27 +++++++++++++++++++++++++++ fizzbuzz.html | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 chessboard.html create mode 100644 fizzbuzz.html diff --git a/chessboard.html b/chessboard.html new file mode 100644 index 0000000..5576a8e --- /dev/null +++ b/chessboard.html @@ -0,0 +1,27 @@ + + + + + + Chessboard + + + + + \ No newline at end of file diff --git a/fizzbuzz.html b/fizzbuzz.html new file mode 100644 index 0000000..f6d69ea --- /dev/null +++ b/fizzbuzz.html @@ -0,0 +1,33 @@ + + + + + + FizzBuzz + + + + + \ No newline at end of file