Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-05-11 18:02:43 -03:00
committed by GitHub
parent fe888defa9
commit 7ae47a577e
8 changed files with 34 additions and 10 deletions

View File

@@ -838,4 +838,4 @@ function randomString(length) {
function randomColor() {
const randomColor = "hsl(" + Math.random() * 360 + ", 100%, 75%)";
return randomColor;
}
}