Zamzam11223

Untitled

Nov 14th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>NubyChan</title>
  5.     <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
  6.     </head>
  7. <body>
  8. <button class="btn btn-danger btn-block" onclick="klik()">Submit</button>
  9. <script>
  10.     function klik(){
  11.         alert("Hello NubyChan!")
  12.     }
  13. </script>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment