document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.     <title>Web Warung Tegal Indonesia</title>
  9.     <link rel="stylesheet" href="./style.css">
  10.     <link rel="stylesheet" href="./carousel.css">
  11.  
  12. </head>
  13.  
  14. <body>
  15.     <div class="wrapper">
  16.         <h1>Warung Tegal Indonesia</h1>
  17.         <nav>
  18.             <ul>
  19.                 <li><a href="index.html" class="current">Beranda</a></li>
  20.                 <li><a href="daftarmasakan.html">Daftar Masakan</a></li>
  21.                 <li><a href="katering.html">Katering</a></li>
  22.                 <li><a href="tentang.html">Tentang Kami</a></li>
  23.                 <li><a href="kontak.html">Kontak</a></li>
  24.             </ul>
  25.         </nav>
  26.         <section class="courses">
  27.             <article>
  28.                 <figure>
  29.                     <img src="https://th.bing.com/th/id/OIP.KgMQjuRBhLqjMMmPdpPKbwHaEK?pid=ImgDet&rs=1" alt="soto">
  30.                     <figcaption>Soto Indonesia</figcaption>
  31.                 </figure>
  32.                 <hgroup>
  33.                     <h2>Soto Ayam</h2>
  34.                     <h3>Makanan Berkuah</h3>
  35.                 </hgroup>
  36.                 <p>Soto ayam adalah makanan khas Indonesia yang berupa sejenis sup ayam dengan kuah yang berwarna kekuningan.
  37.                 </p>
  38.             </article>
  39.         </section>
  40.         <aside>
  41.             <section class="popular-recipes">
  42.                 <h2>Masakan Populer</h2>
  43.                 <iframe width="230" height="165" src="https://www.youtube.com/embed/RQzZzTqtIRs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  44.                 <a href="soto-ayam.html">Soto Ayam</a>
  45.                 <a href="pecel.html">Pecel</a>
  46.                 <a href="sayur-sop.html">Sayur Sop</a>
  47.                 <a href="sayur-bayam.html">Sayur Bayam</a>
  48.             </section>
  49.             <section class="contact-details">
  50.                 <h2>Kontak</h2>
  51.                 <p>Warung Tegal <br />di seluruh indonesia</p>
  52.             </section>
  53.         </aside>
  54.         <footer>
  55.             &copy; 2021 Warung Tegal Indonesia
  56.         </footer>
  57.     </div>
  58. </body>
  59.  
  60. </html>
');