Advertisement
stevennathaniel

Proyek Web Untuk Windows 1

Nov 25th, 2018
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4.     <head>
  5.  
  6.         <meta charset="UTF-8">
  7.  
  8.         <script src="file13.js"></script>
  9.  
  10.     </head>
  11.  
  12.     <body>
  13.  
  14.        <div id="demo">
  15.        <button type=button onclick="tampilJSON()">Tampil Data</button>
  16.         </div>
  17.  
  18.     </body>
  19.  
  20.  
  21.  
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement