Advertisement
DeltaFoxGD

Alerta!!!!!

Dec 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. To make this work, use the HTML markup below:
  3. <button onclick="alerta()"></button>
  4. */
  5. function alerta() {
  6.     alert("ALERTA!!!")
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement