-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamphitheatre.html
40 lines (38 loc) · 1.43 KB
/
amphitheatre.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
32
33
34
35
36
37
38
39
40
<!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/garden-amphitheater.jpg"/>
<h3>AMPHITHEATRE</h3>
<p>Learn and entertained.Come and catch daily and educational and entertaning shows,
tal demonstrations at amphitheatre club.</p>
<p>Today's program:</p>
<ul>
<li>9h00am : A Bug's life - Play</li>
<li>11h00am : Penny and her Penguins</li>
<li>14h00am : Bigs cats of Africa - a Documentary</li>
</ul>
<strong><p>WHERE WILL YOU FIND IT?</p></strong>
<p>The amphitheatre is to the west of the main entrance.</p>
</div>
</div>
</div>
<div id="tabs-bottom">
<a href="weather.html">WEATHER</a>
<a href="feedback.html">FEEDBACK</a>
</div>
</body>
</html>