<!DOCTYPE html>
<hmtl lang="en">
    <head>
        <script src="https://use.typekit.net/pgn4rci.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
  
  <!-- Organic SEO / Metatags Information -->
  
  <meta charset="utf-8" >
  <meta name="restaurant" content="chinese cuisine">
  <meta name="keywords" content="Sushi, Shrimp, Habachi, Cuisine">
  <meta name="restaurant" content="Town">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
   
    <title>Our Menu</title>
        
        <style>
            

            ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: grey;
}

.active {
    background-color: firebrick;
}
            img {
    display: block;
    margin: 0 auto;
}
            .center {
    text-align: center;
    border: 6px solid firebrick;
}
            p.one {
    border-style: solid;
    border-color: grey;
    text-align: center;
}
            p.one {
    border-style: double;
    border-width: 6px;
}
            h2 {
    font-size: 32px;
}

            
        </style>
    </head>
    <body>
         <div class="center">
         
      <!-- logo sits here  -->
       
        <img src="images/Logo.jpg" alt="Logo"
             style="width:300px;height:100px;"/>
             
              <h1 style="color:firebrick;">Our Menu</h1>
             
             <!-- Navigation menu -->
        <ul>
  <li><a href="index.html">Home</a></li>
  <li><a href="reservations.html">Reservations</a></li>
  <li><a class="active" href="menu.html">Menu</a></li>
  <li><a href="about.html">About Us</a></li>
</ul>
    
    
         <h3 style="color:grey;">TOWN combines a variety of chinese cuisine to excite and delight our customers.</h3>
            
            <!-- Town VIDEO -->
             <video width="520" height="320" controls>
  <source src="media/Chinese Food Restaurants - Promotional Video.mp4" type="video/mp4">
</video>

			<!-- Town image -->

<img src="images/chinesedish5.jpg" alt="chinese dish"
         style="width:520px;height:375px;"> 
         <br />
<img src="images/sushi_and_sashimi_for_two.jpg" alt="sushi" style="width:520px;height:375px;">
 
        <!-- Habachi menu sits here -->
 
<h4 style="color:grey"> 
<p class="one">
Hibachi<br />
Served w/ Green Salad, Clear Soup, Hibachi Fried Rice, Vegetable and 2 pcs.  Hibachi Shrimp (Add Garlic Noodle $1.99 Extra)<br />
<br />
Single Item<br />
Vegetable..............	$13.99	    <br />
Chicken................	$15.99	    <br />
Salmon.................	$16.99	    <br />   
Shrimp.................	$18.99	    <br />
Calamari...............	$19.99	    <br />
Sword Fish............  $18.99	    <br />
Steak...................... $17.99	<br />  
Scallop...................$19.99	<br />
Filet Mignon..........$23.99	    <br />
Twin Lobster Tail.. $29.99	        <br />
</p>
        
        </h4>  
      
      <!-- food and health disclaimer -->
      
<h5 style="color:firebrick;"
>* Consuming raw or undercooked meats, poultry, seafood, shellfish, or eggs may increase your risk of foodborne illness, especially if you have certain medical conditions.</h5>
        
</div>
           
    </body>
    </hmtl>