Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <body>
  2.  
  3. <button id="pullBtn" onclick="pull()">Pull a card</button>
  4.  
  5. <h1 id="pulled"> </h1>
  6. <h1 id="whole"> </h1>
  7.  
  8. <button id="addBtn" onclick="add()">Add cards</button>
  9.  
  10. <button id="newBtn">New deck</button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement