From d5571c6a66b51dce536101f7a049de615dadd6fc Mon Sep 17 00:00:00 2001 From: RemRem Date: Thu, 2 Mar 2023 11:15:15 +0100 Subject: [PATCH] add class card_to_html + some constants --- index.html | 4 +- src/Model/Const.js | 22 ++++++- src/Model/Deck.js | 1 - src/Model/card-to-html.js | 46 +++++++++++++++ views/cards-test.html | 120 ++++++++++++++++++++++++++++++++++++++ views/cards.html | 8 ++- 6 files changed, 194 insertions(+), 7 deletions(-) create mode 100644 src/Model/card-to-html.js create mode 100644 views/cards-test.html diff --git a/index.html b/index.html index 842313c..04d117e 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ HyperSet - + @@ -13,7 +13,7 @@