From 34314cbdfb6e0866617e45ce023b1cc0dd8ab5c5 Mon Sep 17 00:00:00 2001 From: qdegrandmaison Date: Wed, 30 Nov 2022 13:20:25 +0100 Subject: [PATCH] feat(css): add customization --- src/index.html | 748 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 725 insertions(+), 23 deletions(-) diff --git a/src/index.html b/src/index.html index dc6abc1..058aba2 100644 --- a/src/index.html +++ b/src/index.html @@ -1,34 +1,736 @@ - + + + + + + + Secret Santa + + + + + +

Secret Santa!

- - - + -Secret Santa +

-

Secret Santa

+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- + + -
- - + .then((response) => response.text()) + .then((text) => { + document.getElementById( + "result" + ).textContent = `Your draw: ${text}`; + document.getElementById("person").remove(); + }); + }); + + + +