Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" type="text/css" href="pacific.css">
  6. <title>Pacific Trails Resort</title>
  7. </head>
  8.  
  9. <body>
  10. <h1>Pacific Trails Resort<h1>
  11.  
  12. <nav>
  13. <b>
  14. <a href="home.html">Home</a>&nbsp;
  15. <a href="yurts.html">Yurts</a>&nbsp;
  16. <a href="activities.html">Activities</a>&nbsp;
  17. <a href="reservations.html">Reservations</a>&nbsp;
  18. </b>
  19. </nav>
  20.  
  21. <h2>Enjoy Nature in Luxury</h2>
  22.  
  23. <p>
  24. <span class="resort">Pacific Trails Resort</span> offers a special lodging experience on the California North Coast with panoramic views of the Pacific Ocean.
  25. Your stay at Pacific Trails Resort includes a sumptuously appointed private yurt and a cooked-to-order breakfast each morning.
  26. </p>
  27.  
  28. <ul>
  29. <li>Unwind in the heated outdoor pool and whirlpool</li>
  30. <li>Explore the coast on your own or join our guided tours</li>
  31. <li>Relax in our lodge while enjoying complimentary appetizers and beverages</li>
  32. <li>Savor nightly fine dining with an ocean view</li>
  33. </ul>
  34.  
  35. <div class="contact">
  36. <span class="resort">Pacific Trails Resort</span><br>
  37. 12010 Pacific Trails Road<br>
  38. Zephyr, CA 95555<br>
  39. <br>888-555-5555
  40. </div>
  41.  
  42. <br><footer>
  43. <small><i>Copyright &copy; 2018 Pacific Trails Resort</i></small>
  44. <small><i><p>megan.dammerman@email.saintleo.edu</p></i></small>
  45. </footer>
  46.  
  47. </body>
  48.  
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement