Style rework #35

Merged
Anri merged 70 commits from rework into main 2023-10-15 20:58:23 +02:00
Showing only changes of commit 75d5865ac8 - Show all commits

View file

@ -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));