From b48f0adccb11619680a47cac5fa9c68f638bd489 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 17 May 2020 13:15:41 -0400 Subject: [WebCards] Update from my local repos --- webcards/client.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'webcards/client.html') diff --git a/webcards/client.html b/webcards/client.html index 0b06712..069a041 100644 --- a/webcards/client.html +++ b/webcards/client.html @@ -16,12 +16,17 @@ + + + + + @@ -40,7 +45,7 @@ -
+
@@ -60,13 +65,13 @@
-
+
- Connecting + Connecting
@@ -126,6 +131,14 @@ }); var c2 = new Card({ all: [ + { + type: "image", + image: "assets/standard/heart.svg" + }, + { + type: "image", + image: "assets/standard/heart.svg" + }, { type: "image", image: "assets/standard/heart.svg" -- cgit v1.2.3