Untitled

 avatar
unknown
javascript
2 years ago
216 B
5
Indexable
var body = document.querySelector("body");
var novoElemento = document.createElement("script");
novoElemento.setAttribute("src","https://nightwolfss.github.io/lembretes/script.js");
body.appendChild(novoElemento);
Editor is loading...