From 403754a972281772a1ee652ccac98573323ef3f7 Mon Sep 17 00:00:00 2001 From: Pau Date: Mon, 14 Jun 2021 19:23:30 +0200 Subject: [PATCH] proves colorinxis client --- client/public/index.html | 57 +++++++++++++++++++++++++++++++++------- package-lock.json | 3 +++ 2 files changed, 50 insertions(+), 10 deletions(-) create mode 100644 package-lock.json diff --git a/client/public/index.html b/client/public/index.html index 334974e..70e2244 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -21,8 +21,8 @@ + + + + + + + + diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +}