This commit is contained in:
parent
cce73c0e09
commit
4146f2ea45
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ window.addEventListener("load", () => {
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const tags = [
|
const tags = [
|
||||||
new Tag("Comment ça marche un PC 😵💫"),
|
new Tag("Comment fonctionne un PC 😵💫"),
|
||||||
new Tag("Idiot certifié"),
|
new Tag("Idiot certifié"),
|
||||||
new Tag("undefined", "font-family: monospace"),
|
new Tag("undefined", "font-family: monospace"),
|
||||||
new Tag("/api/v1/love", "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));
|
text-shadow: 0px 0px 20px light-dark(transparent, var(--font-color));
|
||||||
`
|
`
|
||||||
),
|
),
|
||||||
new Tag("Nul en CSS", "font-family: 'Comic Sans MS', cursive"),
|
new Tag("Nul en CSS", "font-family: 'Comic Sans MS', TSCu_Comic, cursive"),
|
||||||
new Tag("Mention poufiasse"),
|
|
||||||
new Tag("anri k... caterpillar 🐛☝️"),
|
new Tag("anri k... caterpillar 🐛☝️"),
|
||||||
new Tag(
|
new Tag(
|
||||||
"Free Ukraine",
|
"Free Ukraine",
|
||||||
|
@ -48,6 +47,7 @@ window.addEventListener("load", () => {
|
||||||
text-shadow: 0px 0px 20px var(--font-color);
|
text-shadow: 0px 0px 20px var(--font-color);
|
||||||
`
|
`
|
||||||
),
|
),
|
||||||
|
new Tag("School hater"),
|
||||||
];
|
];
|
||||||
|
|
||||||
const random = Math.round(Math.random() * (tags.length - 1));
|
const random = Math.round(Math.random() * (tags.length - 1));
|
||||||
|
|
Loading…
Reference in a new issue