document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  
  2.     <div class="container">
  3.         <div class="content">
  4.         <div class="judul">
  5.             <h1>Pilih Layanan Servis Berikut :</h1>
  6.             <h3>Jenis Mobil : Toyota Vellfire</h3>    
  7.         </div>
  8.         <table class="table tabel-servis align-center">
  9.             <thead>
  10.               <tr>
  11.                 <th scope="col">No</th>
  12.                 <th scope="col">Layanan</th>
  13.                 <th scope="col">Harga</th>
  14.                 <th scope="col">Estimasi Waktu</th>
  15.                 <th scope="col">Checklist</th>
  16.               </tr>
  17.             </thead>
  18.             <tbody>
  19.               <tr>
  20.                 <th scope="row">1</th>
  21.                 <td>Ganti Oli</td>
  22.                 <td>Rp725,000</td>
  23.                 <td>2 Hari</td>
  24.                 <td>
  25.                     <input type="checkbox" id="oli">
  26.                 </td>
  27.               </tr>
  28.               <tr>
  29.                 <th scope="row">2</th>
  30.                 <td>Tune Up Mesin</td>
  31.                 <td>Rp345,000</td>
  32.                 <td>1 Hari</td>
  33.                 <td>
  34.                     <input type="checkbox" id="tuneup">
  35.                 </td>
  36.               </tr>
  37.               <tr>
  38.                 <th scope="row">3</th>
  39.                 <td>Kuras Radiator</td>
  40.                 <td>Rp100,000</td>
  41.                 <td>2 Hari</td>
  42.                 <td>
  43.                     <input type="checkbox" id="radiator">
  44.                 </td>
  45.               </tr>
  46.               <tr>
  47.                 <th scope="row">4</th>
  48.                 <td>Servis Rem</td>
  49.                 <td>Rp300,000</td>
  50.                 <td>2 Hari</td>
  51.                 <td>
  52.                     <input type="checkbox" id="rem">
  53.                 </td>
  54.               </tr>
  55.               <tr>
  56.                 <th scope="row">5</th>
  57.                 <td>Ganti Aki</td>
  58.                 <td>Rp3,600,000</td>
  59.                 <td>3 Hari</td>
  60.                 <td>
  61.                     <input type="checkbox" id="aki">
  62.                 </td>
  63.               </tr>
  64.              
  65.             </tbody>
  66.           </table>
  67.     </div>
  68.     <!-- <p>Total Harga :  Rp<span id="total"></span></p>  -->
  69.     <button class="btn btn-service">
  70.       <a href="https://api.whatsapp.com/send?phone=xxxxxxxxxx&text=Halo%20servisAUTO%202000%20!%20Saya%mau%20servis%20mobil">Pesan Sekarang</a>
  71.     </button>
  72.     </div>
  73.  
');