Style rework #35
1 changed files with 2 additions and 1 deletions
|
@ -9,11 +9,12 @@ window.addEventListener("load", () => {
|
|||
const tags = [
|
||||
new Tag("Comment ça marche un PC 😵💫"),
|
||||
new Tag("Idiot certifié"),
|
||||
new Tag("undefined"),
|
||||
new Tag("undefined", "font-family: monospace"),
|
||||
new Tag("/api/v1/love", "font-family: monospace"),
|
||||
new Tag("Étudiant qui va rater son master"),
|
||||
new Tag("Peak D2 sur Valo 🤡"),
|
||||
new Tag("1312"),
|
||||
new Tag("Nul en CSS", "font-family: cursive"),
|
||||
];
|
||||
|
||||
const random = Math.round(Math.random() * (tags.length - 1));
|
||||
|
|
Loading…
Reference in a new issue