ajout debut script pour test font

This commit is contained in:
hugogogo
2021-05-14 14:38:36 +02:00
parent 547babc08d
commit e611584e7f
3 changed files with 9 additions and 3 deletions

4
fr/script.js Normal file
View File

@@ -0,0 +1,4 @@
let nav = document.getElementsByClassName("nav_left");
let anchor = document.createElement("a");
anchor.innerHTML = "test";
nav[0].appendChild(anchor);