-
Notifications
You must be signed in to change notification settings - Fork 0
/
monkey-trail.html
31 lines (31 loc) · 1.38 KB
/
monkey-trail.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<img src="images/logo.png">
</div>
<div id="tabs-top">
<a href="animals.html">ANIMALS</a>
<a href="index.html">MAP</a>
<a href="places.html">Places</a>
</div>
<div id="main">
<div id="content">
<div id="info-box-full">
<img src="images/monkey-trail.jpg">
<h3>MONKEY TRAIL</h3>
<p>monkey trail (plural monkey trails) (western Canada) A beaten path where children play. The Monkey Trail is a series of loop trails throughout 800+ acres of mature hardwood forest at Eddie D Jones Park.Open dawn to dusk every day.. The trail is primarily used for hiking, running, horses, and mountain biking and is accessible year-round.</p>
<strong><p>WHERE WILL YOU FIND IT?</p></strong>
<p>Monkey Trail is a 10 mile moderately trafficked loop trail located near Keithville, Louisiana that features beautiful wild flowers and is rated as moderate.</p>
</div>
</div>
</div>
<div id="tabs-bottom">
<a href="weather.html">WEATHER</a>
<a href="feedback.html">FEEDBACK</a>
</div>
</body>
</html>