Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 7, 2020 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/0b0ef5af2afae3d8f933b54c423404f0 to your computer and use it in GitHub Desktop.
Save parzibyte/0b0ef5af2afae3d8f933b54c423404f0 to your computer and use it in GitHub Desktop.
const boton = document.createElement("button");
boton.innerHTML = "Click aquí";
boton.style = "bottom:10px;right:10px;position:fixed;z-index:9999;"
document.body.appendChild(boton);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment