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(); + }); + }); + + + +