document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Bootstrap Part 1 : Pengertian dan Cara Menggunakan Bootstrap Untuk Pemula</title>
  5. <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
  6. <script type="text/javascript" src="js/jquery.js"></script>
  7. <script type="text/javascript" src="js/bootstrap.js"></script>
  8. </head>
  9. <body>
  10. <h1>Sugeng Rawuh Bro ands Sis - penakngoding.blogspot.com</h1>
  11. <h1>Cara Menggunakan Bootstrap Untuk Pemula</h1>
  12. <button class="btn btn-primary">TOMBOL BIRU</button>
  13. <button class="btn btn-danger">TOMBOL MERAH</button>
  14. </body>
  15. </html>
');