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