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