36 lines
897 B
HTML
Raw Normal View History

2023-01-26 12:27:55 -06:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>KayakDoorCounty.net</title>
<style>
</style>
</head>
<body>
<header>
<h2><img src="kayakdc.gif" alt="KayakDoorCounty.net" width="500" height="60"></h2>
</header>
<nav>
<a href="index.html">Home</a> &nbsp;
<a href="tours.html">Tours</a> &nbsp;
<a href="reservations.html">Reservations</a> &nbsp;
<a href="contact.html">Contact</a> &nbsp;
</nav>
<main>
<h2>Your next adventure is only a paddle away ....</h2>
<img src="hero.jpg" width="500" height="350" alt="paddling a kayak">
<p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
<h3>Featured tours this week:</h3>
<ul>
<li>Cana Island</li>
<li>Mink River</li>
<li>Europe Lake</li>
</ul>
</main>
<footer>
<small><i>Copyright &copy; 2023 KayakDoorCounty.net</i></small>
</footer>
</body>
</html>