From bf35016f45aa66ac6d5a1100fc375b41324dc08d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 5 Mar 2024 13:24:07 +0100 Subject: [PATCH] CHENIL --- static/js/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/index.js b/static/js/index.js index 92e4506..781e7b8 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("anri caterpillar"), ]; const random = Math.round(Math.random() * (tags.length - 1));