diff --git a/static/js/index.js b/static/js/index.js index e9c7a23..579927e 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -63,6 +63,7 @@ window.addEventListener("load", () => { ` ), new Tag("s/centre/droite/g", mono), + new Tag("anri.exe", mono), ]; const random = Math.round(Math.random() * (tags.length - 1));