lab5
This commit is contained in:
		
							
								
								
									
										35
									
								
								Assignments/lab5_CalebFontenot/public_html/starter.html
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										35
									
								
								Assignments/lab5_CalebFontenot/public_html/starter.html
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,35 @@
 | 
			
		||||
<!doctype html>
 | 
			
		||||
<html  lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
<meta charset="utf-8">
 | 
			
		||||
<title>KayakDoorCounty.net</title>
 | 
			
		||||
<style>
 | 
			
		||||
 | 
			
		||||
</style>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
<header> 
 | 
			
		||||
  <h1>KayakDoorCounty.net</h1>
 | 
			
		||||
</header>
 | 
			
		||||
<nav>
 | 
			
		||||
<a href="index.html">Home</a>  
 | 
			
		||||
<a href="tours.html">Tours</a>  
 | 
			
		||||
<a href="reservations.html">Reservations</a>  
 | 
			
		||||
<a href="contact.html">Contact</a>  
 | 
			
		||||
</nav>
 | 
			
		||||
<main>
 | 
			
		||||
<h2>Your next adventure is only a paddle away ....</h2>
 | 
			
		||||
 | 
			
		||||
<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 © 2018 KayakDoorCounty.net</i></small>
 | 
			
		||||
</footer>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user