update tags
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-10-14 17:27:47 +02:00
parent 1abbc86cc7
commit 75d5865ac8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -9,11 +9,12 @@ window.addEventListener("load", () => {
const tags = [ const tags = [
new Tag("Comment ça marche un PC 😵‍💫"), new Tag("Comment ça marche un PC 😵‍💫"),
new Tag("Idiot certifié"), new Tag("Idiot certifié"),
new Tag("undefined"), new Tag("undefined", "font-family: monospace"),
new Tag("/api/v1/love", "font-family: monospace"), new Tag("/api/v1/love", "font-family: monospace"),
new Tag("Étudiant qui va rater son master"), new Tag("Étudiant qui va rater son master"),
new Tag("Peak D2 sur Valo 🤡"), new Tag("Peak D2 sur Valo 🤡"),
new Tag("1312"), new Tag("1312"),
new Tag("Nul en CSS", "font-family: cursive"),
]; ];
const random = Math.round(Math.random() * (tags.length - 1)); const random = Math.round(Math.random() * (tags.length - 1));