From 612198f9005399931e5cee0e19424c2adb5d2bff Mon Sep 17 00:00:00 2001 From: Abubakar Salim Date: Mon, 19 Nov 2018 05:34:32 +0000 Subject: [PATCH] added a generative art canvas --- genart.html | 88 +++++++++++++++++++++++++++++++++++++++++++++++++ scripts/menu.js | 5 +++ 2 files changed, 93 insertions(+) create mode 100644 genart.html diff --git a/genart.html b/genart.html new file mode 100644 index 000000000..cbd60a315 --- /dev/null +++ b/genart.html @@ -0,0 +1,88 @@ + + + + + + + Document + + + +

Generative Art

+ + + + + + \ No newline at end of file diff --git a/scripts/menu.js b/scripts/menu.js index b3a26244e..28d07468e 100644 --- a/scripts/menu.js +++ b/scripts/menu.js @@ -108,6 +108,11 @@ const menu = { 'text': 'Fancy CSS', 'href': 'fancyCSS.html', 'id': 'fancy' + }, + 'Generative Art Canvas': { + 'text': 'Generative Art Canvas', + 'href': 'genart.html', + 'id': 'generative' } } }