Guest User

Untitled

a guest
Jan 11th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.35 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8" />
  6. <title>Pacific Trails Resort</title>
  7.  
  8. <link rel="stylesheet" href="pacific.css" type="text/css" />
  9.  
  10. </head>
  11.  
  12.  
  13. <body>
  14.  
  15. <div id="wrapper">
  16.  
  17.     <div id="title">
  18.         <h1>Pacific Trails Resort</h1>
  19.     </div>
  20.  
  21.     <nav id="main-navi">
  22.         <ul>
  23.             <li><a href="index.html">Home</a></li>
  24.             <li><a href="yurts.html">Yurts</a></li>
  25.             <li><a href="activities.html">Activities</a></li>
  26.             <li><a href="reservations.html">Reservations</a></li>
  27.         </ul>
  28.     </nav>
  29.  
  30.     <h2>Enjoy Nature in Luxury</h2>
  31.  
  32.     <p><b>Pacific Trails Resort</b> offers a special lodging experience on the California North Coast. Relax in serenity with panoramic views of the Pacific Ocean.</p>
  33.      
  34.         <ul>
  35.           <li>Private yurts with decks overlooking the ocean</li>
  36.           <li>Activities lodge with fireplace and gift shop</li>
  37.           <li>Nightly fine dining at the Overlook Cafe</li>
  38.           <li>Heated outdoor pool and whirlpool</li>
  39.           <li>Guided hiking tours of the redwoods</li>
  40.         </ul>
  41.        
  42.     <div>
  43.  
  44.         <p>Pacific Trails Resort<br> 12010 Pacific Trails Road<br>Zephyr, CA &nbsp;95555</p>
  45.         <p>888-555-5555</p>
  46.  
  47.     </div>
  48.     <div id="disclaimer">
  49.         <small><i>Copyright &copy; 2013 Pacific Trails Resort<br>
  50.         <a href="mailto:yourfirstname@yourlastname.com">yourfirstname@yourlastname.com</a></i></small>
  51.     </div>
  52.  
  53. </div>
  54. </body>
  55. </html>
Add Comment
Please, Sign In to add comment