45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<!--
 | 
						|
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
 | 
						|
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
 | 
						|
-->
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <title>Pacific Trail Resort :: Yurts</title>
 | 
						|
        <meta charset="UTF-8">
 | 
						|
        <link href="pacific.css" rel="stylesheet">
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    </head>
 | 
						|
    <div id="wrapper">
 | 
						|
    <body>
 | 
						|
        <header> <h1><a id="headerlink" href=index.html>Pacific Trails Resort</a></h1> </header>
 | 
						|
        <nav>
 | 
						|
            <ul>
 | 
						|
                <li><a href="index.html"> Home</a></li>
 | 
						|
                <li><a href="yurts.html"> Yurts</a></li>
 | 
						|
                <li><a href="activities.html"> Activities</a></li>
 | 
						|
                <li><a href="reservations.html"> Reservations</a></li>
 | 
						|
            </ul>
 | 
						|
        </nav>
 | 
						|
        <div id="trailhero">
 | 
						|
        </div>
 | 
						|
        <div id="body">
 | 
						|
        <main><h2>Activities at Pacific Trails</h2></main>
 | 
						|
        <dl>
 | 
						|
            <dt><strong>Hiking</strong></dt>
 | 
						|
            <dd>Pacific Trails Resort has 5 miles of hiking trails and is adjacent to a state park. Go it alone or join one of our guided hikes.</dd>
 | 
						|
            <dt><strong>Kayaking</strong></dt>
 | 
						|
            <dd>Ocean kayaks are available for guest use.</dd>
 | 
						|
            <dt><strong>Bird Watching</strong></dt>
 | 
						|
            <dd>While anytime is a good time for bird watching at Pacific Trails, we offer guided birdwatching trips at sunrise several times a week.</dd>
 | 
						|
        </dl>
 | 
						|
    </body>
 | 
						|
    <footer>
 | 
						|
        <small><i>Copyright © 2023 Pacific Trails Resort</i></small>
 | 
						|
        <br>
 | 
						|
        <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a> 
 | 
						|
    </footer>
 | 
						|
    </div>
 | 
						|
    </div>
 | 
						|
</html>
 |