Guest User

Untitled

a guest
Dec 14th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Black Goose Bistro Summer Menu</title>
  4. </head>
  5. <body>
  6.  
  7. <div id="header">
  8. <h1>Black Goose Bistro &bull; Summer Menu</h1>
  9.  
  10. <p>Baker's Corner Seekonk, Massachusetts<br />Hours: M-T: 11 to 9, F-S; 11 to midnight</p>
  11. </div>
  12.  
  13. <div id="appetizers">
  14. <h2>Appetizers</h2>
  15.  
  16. <dl>
  17. <dt class="newitem">Southwestern Napoleons</dt>
  18. <dd>Spicy black bean and a blend of mexican chesses wrapped in sheets of phyllo and baked until golden. <span class="price">$3.95</span></dd>
  19.  
  20. <dt>Southwestern napoleons with lump crab &mdash; <strong>new item!</strong></dt>
  21. <dd>Layers of light lump crab meat, bean and corn salsa, and our handmade flour tortillas. <span class="price">$7.95</span></dd>
  22. </dl>
  23.  
  24. </div>
  25.  
  26. <div id="main">
  27.  
  28. <h2>Main courses</h2>
  29.  
  30. <dl>
  31. <dt>Shrimp sate kebabs with peanut sauce</dt>
  32. <dd>Skewers of shrimp marinated in lemongrass, garlic, and fish sauce then grilled to perfection. Served with spicy peanut sauce and jasmine rice. <span class="price">%12.95</span></dd>
  33.  
  34. <dt>Grilled skirt steak with mushroom fricasee</dt>
  35. <dd>Flavorful skirt steak marinated in asian flavors grilled as you like it<sup>*</sup>. Served over a blend of sauteed wild mushrooms with a side of blue cheese mashed potatoes. <span class="price">$16.95</span></dd>
  36.  
  37. <dt class="newitem">Jerk rotisserie chicken with fried plantains &mdash; <strong>new item!</strong></dt>
  38. <dd>Tender chicken slow-roasted on the rotsserie, flavored with spicy and fragrant jerk sauce and served with fried plantains and fresh mango. <span class="price">$12.95</span</dd>
  39. </dl>
  40.  
  41. </div>
  42.  
  43. <div id="warnings">
  44. <p class="footnote"><sup>*</sup> We are required to warn you that uncooked food is a health risk.</p>
  45. </div>
  46.  
  47. </body>
  48. </html>
Add Comment
Please, Sign In to add comment