minor tags update
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-06-02 17:16:09 +02:00
parent cce73c0e09
commit 4146f2ea45
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -14,7 +14,7 @@ window.addEventListener("load", () => {
`;
const tags = [
new Tag("Comment ça marche un PC 😵‍💫"),
new Tag("Comment fonctionne un PC 😵‍💫"),
new Tag("Idiot certifié"),
new Tag("undefined", "font-family: monospace"),
new Tag("/api/v1/love", "font-family: monospace"),
@ -28,8 +28,7 @@ window.addEventListener("load", () => {
text-shadow: 0px 0px 20px light-dark(transparent, var(--font-color));
`
),
new Tag("Nul en CSS", "font-family: 'Comic Sans MS', cursive"),
new Tag("Mention poufiasse"),
new Tag("Nul en CSS", "font-family: 'Comic Sans MS', TSCu_Comic, cursive"),
new Tag("anri k... caterpillar 🐛☝️"),
new Tag(
"Free Ukraine",
@ -48,6 +47,7 @@ window.addEventListener("load", () => {
text-shadow: 0px 0px 20px var(--font-color);
`
),
new Tag("School hater"),
];
const random = Math.round(Math.random() * (tags.length - 1));