-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfos.php
More file actions
30 lines (27 loc) · 1017 Bytes
/
infos.php
File metadata and controls
30 lines (27 loc) · 1017 Bytes
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
<?php require 'src/php/header.php'; ?>
<div class="informations">
<div class="text">
<section class="access">
<h3>Access to the Zoo</h3>
<h4>By boat :</h4>
<ul class="boat">
<li>20 min from the Eastern Port</li>
<li>1 hr from Srahig City</li>
</ul>
<h4>By shuttle bus :</h4>
<ul class="shuttle_bus">
<li>1 hr from Midland</li>
<li>2 hrs from Blierksva</li>
</ul>
</section>
<br/>
<section class="opening_hours">
<h3>Opening Hours</h3>
The MiniZoo is open every day of the year from 10:00 a.m. until 19:00 a.m., holidays included.
</section>
</div>
<img src="src\img\sector\animals\squirrel-monkey_by_tambako-the-jaguar.jpg">
</div>
<?php require 'src/php/footer.php'; ?>
</body>
</html>