Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Pacific Trails Resort</title>
- <meta charset="utf-8">
- <link rel="stylesheet" type="text/css" href="pacific.css">
- <link rel="icon" type="image/x-icon" href="images/favicon.ico">
- </head>
- <body>
- <div id="wrapper">
- <header>
- <h1>Pacific Trails Resort</h1>
- </header>
- <nav>
- <a href="index.html">Home</a>
- <a href="yurts.html">Yurts</a>
- <a href="activities.html">Activities</a>
- <a href="reservations.html">Reservations</a>
- </nav>
- <div id="homehero"> <!-- Home Page Image -->
- <!-- <img src="images/coast.jpg" width="100%" height="100%" alt="A Sunny Coastline"> -->
- </div> <!-- End of Home Page Image -->
- <main>
- <h2>Enjoy Nature in Luxury</h2>
- <p>
- <span class="resort">Pacific Trails Resort</span> offers a special lodging experience on the California North Coast with panoramic views of the Pacific Ocean. Your stay at Pacific Trails Resort includes a sumptuously appointed private yurt and a cooked-to-order breakfast each morning.
- </p>
- <ul>
- <li>Relax in our lodge while enjoying complimentary appetizers and beverages</li>
- <li>Savor nightly fine dining with an ocean view</li>
- <li>Unwind in the heated outdoor pool and whirlpool</li>
- <li>Explore the coast on your or join our guided tours</li>
- </ul>
- <div> <!-- Address and Contact Information -->
- <p id="contact">
- <span class="resort">Pacific Trails Resort</span><br>
- 12010 Pacific Trails Road<br>
- Zephyr, CA 95555
- </p>
- <p>
- 888-555-5555
- </p>
- </div> <!-- End of Address and Contact Information -->
- </main>
- <footer>
- <p>
- Copyright © 2022 Pacific Trails Resort<br>
- </p>
- </footer>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement