From 1685b773540872ba8a50a21a469692bf03cdcf33 Mon Sep 17 00:00:00 2001 From: Josehower Date: Fri, 10 Jul 2020 20:25:28 +0200 Subject: [PATCH] maze creator base example from book --- index.html | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..f23dcaf --- /dev/null +++ b/index.html @@ -0,0 +1,143 @@ + + + + + + + + +

Maze Creator

+ + + + + + \ No newline at end of file