Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.     <meta charset="UTF-8">
  4.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6.     <title>cards</title>
  7.     <script src="card.js" type="module"></script>
  8. </head>
  9. <body>
  10.  
  11.     <button id="button-1" >DRAW CARD</button>
  12.    
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement