Skip to content
Snippets Groups Projects
reservations.html 849 B

<!doctype html>
<html>


<head>
	<meta charset="utf-8">
	<link rel= "stylesheet" href= "pacific.css">
	<title> Pacific Trails Resort : Reservations </title>
</head>


<body>
	<div id= "wrapper">

	<header>
		<h1> Pacific Trails Resort </h1>
	</header>

	<nav>
		<a href = "index.html"> Home </a> &nbsp; &nbsp;
		<a href = "yurts.html"> Yurts </a> &nbsp; &nbsp;
		<a href = "activities.html"> Activities </a> &nbsp; &nbsp;
		<a href = "reservations.html"> Reservations </a> &nbsp; &nbsp;
	</nav>

	<div id = "content">
		<h2> Reservations at Pacific Trails </h2>
	</div>

	<br>
	<br>
	<footer>
		<small> Copyright &copy; 2014 Pacific Trails Resort <br>
		<a href = "mailto:BrandonRodriguez@PacificTrailsResort.com"> BrandonRodriguez@PacificTrailsResort.com </a> </small>
	</footer>

	</div>
</body>


</html>