Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Egg and Spoon Cafe</title>
  5. <meta charset="utf-8">
  6. <link href="assets/css/style.css" rel="stylesheet" media="screen">
  7. </head>
  8. <body>
  9. <div id="container">
  10. <div id="header">
  11. <h1>Egg and Spoon Cafe</h1>
  12. </div>
  13.  
  14. <div id="nav">
  15. <ul>
  16. <a href="index.html">Home</a>
  17. <a href="menu.html">Menu</a>
  18. <a href="directions.html">Directions</a>
  19. <a href="contact.html">Contact</a>
  20. </ul>
  21. </div>
  22.  
  23. <div id="content">
  24. <h2>Freshly Ground Coffee</h2>
  25. <p>Indulge in the aroma of freshly ground roast coffee. Specialty drinks are available hot or cold.</p>
  26.  
  27. <h2>Specialty Pastries</h2>
  28. <p>Enjoy a selection of our fresh-baked, organic pastries, including
  29. fresh-fruit muffins, scones, croissants, and cinammon rolls.
  30. </p>
  31.  
  32.  
  33. <img style="margin-left:1200px;" src="assets/images/breakfast.jpg" width="250" alt="Egg and Spoon Breakfast">
  34.  
  35. <div id="b">
  36. <h2>Breakfast is Anytime</h2>
  37. <p>Try our world famous fry</p>
  38.  
  39. <h2>Sandwiches</h2>
  40. <p>Savor delicious wraps and sandwiches<br> on hearty, whole-grain breads with <br> locally-grown salad, fruit, and vegetables.</p>
  41.  
  42. <h2>Order Online</h2>
  43. <p>Order online and we'll deliver for free (up to 2km).</p> </div>
  44. </div>
  45. <div id="footer">
  46. Copyright &copy; 2014
  47. </div>
  48. </div>
  49. </body>
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement