Untitled

Anonymous
javascript
05/23/2023 9:55 PM
288 B
15
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...