Advertisement
cyter

raj

Aug 23rd, 2019
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.     <title>{{ title }}</title>
  4.     <meta charset="utf-8" />
  5.     <link rel="stylesheet" href="static/css/style.css" />
  6. </head>
  7. <html>
  8.     <body>
  9.         <main>
  10.         <h1> {{ title }} </h1>
  11.             <div class="container">
  12.                 <p>Welcome to raj's restaurant.</p>
  13.                
  14.                 <input id="search" class="search"
  15.                 i   for="search" name="search" placeholder="search Menu" />
  16.  
  17.                 <input id="search" class="search"
  18.                     for="search" name="search" placeholder="search Appetizers" />
  19.  
  20.                 <input id="search" class="search"
  21.                     for="search" name="search" placeholder="ZIP Code" />
  22.    
  23.                 <h2>Menu</h2>
  24.                 <div class="menu">
  25.  
  26.                 </div>
  27.             </div>
  28.         </main>
  29.     </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement