From f5780bfa609beaf5197dd137b826207a5b27f607 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 12 Dec 2023 22:14:59 +0100 Subject: [PATCH] new tag --- static/js/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/index.js b/static/js/index.js index b8f2bd6..53a8a1e 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -24,6 +24,7 @@ window.addEventListener("load", () => { ` ), new Tag("Nul en CSS", "font-family: 'Comic Sans MS', cursive"), + new Tag("Mention poufiasse"), ]; const random = Math.round(Math.random() * (tags.length - 1));