Добавил конфетти

This commit is contained in:
2021-01-21 19:04:52 +03:00
parent 4bd6215b8f
commit 6a16a8a3dd
5 changed files with 1695 additions and 62 deletions

View File

@@ -15,4 +15,8 @@ var xhttp = new XMLHttpRequest();
function send() {
xhttp.open("GET", "http://status.anatolykopyl.ru:5001/update", true);
xhttp.send();
}
confetti({
particleCount: 150,
spread: 100
});
}