-
Brandon Rodriguez authored85fa5533
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>
<a href = "yurts.html"> Yurts </a>
<a href = "activities.html"> Activities </a>
<a href = "reservations.html"> Reservations </a>
</nav>
<div id = "content">
<h2> Reservations at Pacific Trails </h2>
</div>
<br>
<br>
<footer>
<small> Copyright © 2014 Pacific Trails Resort <br>
<a href = "mailto:BrandonRodriguez@PacificTrailsResort.com"> BrandonRodriguez@PacificTrailsResort.com </a> </small>
</footer>
</div>
</body>
</html>