forked from IT-varsity-Materials/AppAcademyWeek3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathampitheatre.html
More file actions
48 lines (38 loc) · 1.29 KB
/
ampitheatre.html
File metadata and controls
48 lines (38 loc) · 1.29 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
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<titl>amphitheatre-tn</titl>
</title>
</head>
<body>
<div id="header">
<img src="images/logo.png" />
</div>
<div id="tabs-top">
<a href="animals.html">ANIMALS</a>
<a href="map.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>Ampitheatre</h3>
<p>Learn and be entertained. Come and catch daily educational and entertaining shows, talks and demonstrations at the amphitheatre. Today's program: 9h00am : A Bug's Life - play 11h00am : Penny and her Penguins 14h00pm : Bigs Cats of Africa
- a Documentary
</p>
<h3>WHERE WILL YOU FIND IT?</h3>
<p>The Amphitheatre is to the west of the main entrance.</p>
</div>
</div>
</div>
<div id="tabs-top">
<a href="animals.html">ANIMALS</a>
<a href="map.html">MAP</a>
<a href="places.html">PLACES</a>
</div>
</body>
</html>