-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtroubleshooting.html
More file actions
40 lines (39 loc) · 1.3 KB
/
Copy pathtroubleshooting.html
File metadata and controls
40 lines (39 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Whitewater rafting vacation | Dry Oar Boating | Home</title>
</head>
<body>
<header>
<h1>Dry Oar</h1>
<img src="//brothert.net/dryoar/images/dryoarlogo.png" alt="Dry Oar Logo">
<nav>
<ul>
<li>Home</li>
<li>Rivers</li>
<li>FAQ</li>
<li>Rates/Dates</li>
<li>Contact Us</li>
</ul>
</nav>
</header>
<main>
<div>
<img src="//brothert.net/dryoar/images/river-wide.JPG" alt="wide shot of the salmon river">
</div>
<section>
<div>
<h2>We run Rivers to relax.</h2>
<p>We believe that there is nothing like a river trip for <em>relaxing</em>. That is why we subscribe to the dry oar philosophy of boating. Keeping your oars dry for us means taking time to look around and notice the <strong>beauty</strong> that surrounds the rivers we love.</p>
</div>
<div>
<img src="//brothert.net/dryoar/images/river-evening.jpg" alt="peaceful evening shot of a river">
</div>
</section>
</main>
<footer>
© 2017 Dry Oar Bro Thompson
</footer>
</body>
</html>